Matrix3FromScale Method (Vector3) |
Creates a scale matrix with the specified
Vector3 object.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Matrix3 FromScale(
Vector3 scale
)
Parameters
- scale
- Type: NeoAxisVector3
The specified vector.
Return Value
Type:
Matrix3The scale matrix.
See Also