Vector2HDivide(HalfType, Vector2H, Vector2H) 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 Vector2H v,
out Vector2H result
)
Parameters
- s HalfType
- The scalar value.
- v Vector2H
- The vector.
- result Vector2H
- When the method completes, contains the scaled vector.
See Also