Vector2HMultiply(Vector2H, HalfType, Vector2H) Method |
Multiplies 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 Multiply(
ref Vector2H v,
HalfType s,
out Vector2H result
)
Parameters
- v Vector2H
- The vector to scale.
- s HalfType
- The scalar value.
- result Vector2H
- When the method completes, contains the scaled vector.
See Also