Collider:getWorldVector

Edit

Transforms a direction vector from local space to world space.



Arguments

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.

Returns

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.

Arguments

NameTypeDescription
vectorVec3 The local vector.

Returns

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.

See also