Garry's Mod Wiki

Garry's Mod Wiki

  Vector PhysObj:LocalToWorld( Vector vecLocal )

Description

Translates a vector in the local space of the physics object into worldspace coordinates.

Internally transforms the vector by the PhysObj:GetPositionMatrix()'s rotation & translation.So in GLua it approximates to:
local matrixWorldTransform = PhysObj:GetPositionMatrix() local vecWorldspaced = Vector() vecWorldspaced:Set( vecLocal ) vecWorldspaced:Mul( matrixWorldTransform ) return vecWorldspaced

Arguments

1 Vector vecLocal
A vector in the physics object's local space.

Returns

1 Vector
The correspondent worldspace vector.

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...