Vector3Division(Vector3, Double) Operator |
Divides an instance by a scalar.
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Vector3 operator /(
Vector3 vec,
double scale
)
Parameters
- vec Vector3
- The instance.
- scale Double
- The scalar.
Return Value
Vector3The result of the calculation.
See Also