Click or drag to resize

BaseMetafileCommandUpdateEndPoint Method

Updates the start and end points of this command based on a given starting point.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual dvec3 UpdateEndPoint(
	dvec3 startingPoint
)

Parameters

startingPoint  dvec3
The starting point.

Return Value

dvec3
The end point.
See Also