Click or drag to resize

BaseVectorGraphicElementGetTransformedLength Method

Gets the length of this element after being transformed.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public 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