Click or drag to resize

Ellipse3DConvertParameters2DWithCorr Method

Calculates from our description of an ellipse (defined by startPoint, center, orientation angle phi, aspectRatio (quotient b/a) its semi axes a and b and the start angle.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static void ConvertParameters2DWithCorr(
	dvec3 startPoint,
	dvec3 center,
	double phi,
	double aspectRatio,
	out double a,
	out double b,
	out double startAngle
)

Parameters

startPoint  dvec3

[Missing <param name="startPoint"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.ConvertParameters2DWithCorr(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

center  dvec3

[Missing <param name="center"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.ConvertParameters2DWithCorr(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

phi  Double

[Missing <param name="phi"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.ConvertParameters2DWithCorr(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

aspectRatio  Double

[Missing <param name="aspectRatio"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.ConvertParameters2DWithCorr(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

a  Double

[Missing <param name="a"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.ConvertParameters2DWithCorr(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

b  Double

[Missing <param name="b"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.ConvertParameters2DWithCorr(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

startAngle  Double

[Missing <param name="startAngle"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.ConvertParameters2DWithCorr(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

See Also