Vector3Divide(Vector3, Vector3, Vector3) Method |
Divide a vector by the components of a vector (scale).
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void Divide(
ref Vector3 vector,
ref Vector3 scale,
out Vector3 result
)
Parameters
- vector Vector3
- Left operand.
- scale Vector3
- Right operand.
- result Vector3
- Result of the operation.
See Also