Collider:getLocalVector

Edit

Converts 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 coordinate of the local vector.
ynumber The y coordinate of the local vector.
znumber The z coordinate of the local vector.

Arguments

NameTypeDescription
vectorVec3 The world vector.

Returns

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

See also