Click or drag to resize

UtilsEvaluateEllipse2D Method

Evaluates the point at phase angle theta (not elevation angle!) on the ellipse with semi axes a and b and orientation angle phi (angles measured counterclockwise).

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static dvec3 EvaluateEllipse2D(
	dvec3 center,
	double a,
	double b,
	double phi,
	double theta
)

Parameters

center  dvec3
the ellipse's center point
a  Double
the ellipse's first semi axis
b  Double
the ellipse's second semi axis
phi  Double

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

theta  Double

[Missing <param name="theta"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Utils.EvaluateEllipse2D(GlmSharp.dvec3,System.Double,System.Double,System.Double,System.Double)"]

Return Value

dvec3

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Utils.EvaluateEllipse2D(GlmSharp.dvec3,System.Double,System.Double,System.Double,System.Double)"]

See Also