BaseVectorGraphicElementGetTransformedLength Method |
Gets the length of this element after being transformed.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic abstract double GetTransformedLength(
dmat4 transformation
)
Parameters
- transformation dmat4
- The transformation matrix.
Return Value
Double[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.GetTransformedLength(GlmSharp.dmat4)"]
See Also