Click or drag to resize

UtilsGetScaleAbs3D Method

Calculates the x, y and z scale.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static dvec3 GetScaleAbs3D(
	dmat4 matrix
)

Parameters

matrix  dmat4
The transformation matrix.

Return Value

dvec3
X, y and z scale.
See Also