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