Click or drag to resize

ITransformableScale(dvec3) Method

Scales the job element non-uniformly with respect to its centroid.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
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.
See Also