Click or drag to resize

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.Geometry
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public static Vector3 operator %(
	Vector3 x_a,
	double x_b
)

Parameters

x_a  Vector3
x_b  Double

Return Value

Vector3
See Also