Vector3Modulus(Vector3, Double) Operator |
The modulo operator, element by element (componentwise) of the vector x_a
on the left, but always with the number x_b on the right.
Namespace: CFX.Structures.GeometryAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic static Vector3 operator %(
Vector3 x_a,
double x_b
)
Public Shared Operator Mod (
x_a As Vector3,
x_b As Double
) As Vector3
Parameters
- x_a Vector3
- x_b Double
Return Value
Vector3
See Also