EllipseArithmeticGetEllipseArcEndPoint(Double, Double, Double, dvec3, dvec3) Method |
Calculates the endpoint of a given 2D ellipse arc.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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
dvec3The arc's endpoint
See Also