Vector3Division(Double, Vector3) Operator |
Creates a new vector which is the numerator devided by each component of the vector.
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Vector3 operator /(
double numerator,
Vector3 vec
)
Parameters
- numerator Double
- vec Vector3
Return Value
Vector3The result of the calculation.
See Also