Click or drag to resize

MarkableConfigurationRotationScaleSet Property

Returns true, if Rotation and Scale was set via SetTransformation(dvec3, dvec3, dvec3). Otherwise rotation and scale will be resolved from the matrix, which could yield wrong results (matrix containing more than scale and rotation).

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public bool RotationScaleSet { get; }

Property Value

Boolean
See Also