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