Vector4Multiply(Vector4, Double, Vector4) 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 Vector4 v,
double s,
out Vector4 result
)
Parameters
- v Vector4
- The vector to scale.
- s Double
- The scalar value.
- result Vector4
- When the method completes, contains the scaled vector.
See Also