Click or drag to resize

EllipseArithmeticGetEllipseArcEndPoint(Double, Double, Double, dvec3, dvec3) Method

Calculates the endpoint of a given 2D ellipse arc.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static dvec3 GetEllipseArcEndPoint(
	double evaluationAngle,
	double orientationAngle,
	double ratio,
	dvec3 center,
	dvec3 start
)

Parameters

evaluationAngle  Double
The arc's sweep angle
orientationAngle  Double
The arc's orientation angle
ratio  Double
The arc's axes ratio
center  dvec3
The arc's center point
start  dvec3
The arc's start point

Return Value

dvec3
The arc's endpoint
See Also