BaseMetafileCommandUpdateEndPoint Method |
Updates the start and end points of this command based on a given starting point.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual dvec3 UpdateEndPoint(
dvec3 startingPoint
)
Parameters
- startingPoint dvec3
- The starting point.
Return Value
dvec3The end point.
See Also