Vector3Multiply(Vector3, Double) Method |
Multiplies a vector by a scalar.
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Vector3 Multiply(
Vector3 vector,
double scale
)
Parameters
- vector Vector3
- Left operand.
- scale Double
- Right operand.
Return Value
Vector3Result of the operation.
See Also