◆ Reciprocalize()

static void Reciprocalize ( this Vector3  vec)
static
Parameters
vecthis is the vector calling this function. It's value is changed by the function into the computed reciprocal Vector3. If any component of this vector is Zero, a divide by zero error will be generated.