Click or drag to resize

ITransformableRotate(Double, dvec3) Method

Rotates the job element a given angle with respect to a given vector passing through its centroid.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
void Rotate(
	double angle,
	dvec3 axis
)

Parameters

angle  Double
The angle of rotation, in radians.
axis  dvec3
The rotation reference vector.
See Also