Collider:getLocalVector

Edit

Transforms a direction vector from world space to local space.



Arguments

NameTypeDescription
wxnumber The x component of the world vector.
wynumber The y component of the world vector.
wznumber The z component of the world vector.

Returns

NameTypeDescription
xnumber The x component of the local vector.
ynumber The y component of the local vector.
znumber The z component of the local vector.

Arguments

NameTypeDescription
vectorVec3 The world vector.

Returns

NameTypeDescription
xnumber The x component of the local vector.
ynumber The y component of the local vector.
znumber The z component of the local vector.

See also