UtilsGetCommandHeading Method |
Returns the heading of the command at the start and end.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic static (double? Start, double? End) GetCommandHeading(
BaseMetafileCommand command,
dmat4 transformation
)
Parameters
- command BaseMetafileCommand
- Command to analyze.
- transformation dmat4
- Model matrix.
Return Value
ValueTupleNullableDouble,
NullableDoubleReturns start and end heading. In case command has no heading (eg. empty poly line or non geometric command like set pen) null is returned.
See Also