Vector3HDivide(HalfType, Vector3H, Vector3H) Method |
Divides a scalar by a vector.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void Divide(
HalfType s,
ref Vector3H v,
out Vector3H result
)
Parameters
- s HalfType
- The scalar value.
- v Vector3H
- The vector.
- result Vector3H
- When the method completes, contains the scaled vector.
See Also