Matrix3FromScale(Vector3, Matrix3) Method |
Creates a scale matrix with the specified
Vector3 object.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void FromScale(
ref Vector3 scale,
out Matrix3 result
)
Parameters
- scale Vector3
- The specified vector.
- result Matrix3
- When the method completes, contains the scale matrix.
See Also