BaseMarkableJobElementScale(dvec3) Method |
Scales the job element non-uniformly with respect to its centroid.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic void Scale(
dvec3 scale
)
Parameters
- scale dvec3
- The non-uniform scaling factor. Each element of the vector is the scaling factor in its corresponding dimension.
Implements
ITransformableScale(dvec3)
See Also