◆ InverseScaled()

static Vector3 InverseScaled ( this Vector3  vec,
Vector3  scale 
)
static
Parameters
vecthis is the vector calling this function.
scaleThe vector we divide each coordinate component by. If any component of this vector is Zero, a divide by zero error will be generated.
Returns
the computed Vector3 is returned.