Click or drag to resize

Ellipse3DGetEllipseExtremeAngles Method

Calculates the angles where the ellipse has its extreme values according to the world's x- and y-axis.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static void GetEllipseExtremeAngles(
	double a,
	double b,
	double phi,
	double[] extremeAngles
)

Parameters

a  Double
the ellipse's first semi axis
b  Double
the ellipse's second semi axis
phi  Double
the ellipse's orientation angle
extremeAngles  Double
the four angles where the ellipse has its extreme values; all in the range [0..2*pi]
Remarks
See Also