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