BaseFlowJobElementRotate(Double, dvec3) Method |
Rotates the job element a given angle with respect to a given vector passing through its centroid.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic void Rotate(
double angle,
dvec3 axis
)
Parameters
- angle Double
- The angle of rotation, in radians.
- axis dvec3
- The rotation reference vector.
Implements
ITransformableRotate(Double, dvec3)
See Also