Click or drag to resize

MarkableConfigurationSetTransformation Method

Sets ModelMatrix, Scale and Rotation. Furthermore RotationScaleSet will be true, to indicate, that rotation was set and not calculated.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public void SetTransformation(
	dvec3 scale,
	dvec3 rotation,
	dvec3 offset
)

Parameters

scale  dvec3
The scale for the modelmatrix.
rotation  dvec3
The rotation for the modelmatrix.
offset  dvec3
The offset for the modelmatrix.
See Also