Vector3IMultiply(Vector3I, Int32, Vector3I) 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 Vector3I v,
int i,
out Vector3I result
)
Parameters
- v Vector3I
- The vector to scale.
- i Int32
- The scalar value.
- result Vector3I
- When the method completes, contains the scaled vector.
See Also