createScaling
Creates a scaling transformation matrix.
Return
A new AffineTransformationMatrix3 representing the scaling.
Parameters
x
The scaling factor along the x-axis.
y
The scaling factor along the y-axis.
z
The scaling factor along the z-axis.
Creates a scaling transformation matrix from a vector.
Return
A new AffineTransformationMatrix3 representing the scaling.
Parameters
scale
The scale vector containing x, y, and z components.
Creates a uniform scaling transformation matrix.
Return
A new AffineTransformationMatrix3 representing the uniform scaling.
Parameters
factor
The scaling factor to apply uniformly along all axes.