Click or drag to resize

EllipseArithmeticGetEllipseArcEndPoint(EllipseToMetafileCommand, 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(
	EllipseToMetafileCommand ellipseToMetafileCommand,
	dvec3 lastSegmentEndPoint
)

Parameters

ellipseToMetafileCommand  EllipseToMetafileCommand
Ellipse arc for calculating the endpoint
lastSegmentEndPoint  dvec3
The arc's start point

Return Value

dvec3
The arc's endpoint
See Also