Vector3Modulus(Vector3, Vector3) Operator |
The modulo operator, element by element (componentwise), of two vectors.
Namespace: CFX.Structures.GeometryAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic static Vector3 operator %(
Vector3 x_a,
Vector3 x_b
)
Public Shared Operator Mod (
x_a As Vector3,
x_b As Vector3
) As Vector3
Parameters
- x_a Vector3
- x_b Vector3
Return Value
Vector3
See Also