Click or drag to resize

UtilsTransformPoint Method

Transforms the point with the given transformation

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static dvec3 TransformPoint(
	dvec3 point,
	dmat4 transformation,
	bool useOffset
)

Parameters

point  dvec3
Point to transform
transformation  dmat4
Transformation
useOffset  Boolean
Ignorse the offset if false

Return Value

dvec3
Transformed point
See Also