◆
InverseScaled()
static
Vector3
InverseScaled
(
this
Vector3
vec
,
Vector3
scale
)
static
Parameters
vec
this is the vector calling this function.
scale
The 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.
EyE
Unity
Extensions
Vector3Extensions