EllipseArithmeticGetEllipseArcEndPoint(EllipseToMetafileCommand, 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(
EllipseToMetafileCommand ellipseToMetafileCommand,
dvec3 lastSegmentEndPoint
)
Parameters
- ellipseToMetafileCommand EllipseToMetafileCommand
- Ellipse arc for calculating the endpoint
- lastSegmentEndPoint dvec3
- The arc's start point
Return Value
dvec3The arc's endpoint
See Also