◆ Reciprocal()

static Vector3 Reciprocal ( this Vector3  vec)
static
Parameters
vecthis is the vector calling this function. If any component of this vector is Zero, a divide by zero error will be generated.
Returns
the computed reciprocal Vector3 is returned.