Matrix3FFromScale Method (Vector3F) |
Creates a scale matrix with the specified
Vector3F object.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Matrix3F FromScale(
Vector3F scale
)
Parameters
- scale
- Type: NeoAxisVector3F
The specified vector.
Return Value
Type:
Matrix3FThe scale matrix.
See Also