Click or drag to resize

UtilsGetScaleAbs Method

Calculates the x and y scale.

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

Parameters

matrix  dmat4
The transformation matrix.

Return Value

dvec2
X and y scale.
See Also