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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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