Quantity | Unit |
---|---|
Distance | Meters |
Rotation | Values shown in the desktop editor are given in degrees. Rotations using the TypeScript API use Quaternions. The Quaternion class includes functions to convert to or from Euler angles. |
Scale | Percentage of the original model size, where 1.0 is 100% |
Mass | Kilograms |
Acceleration | Meters/second2 |
Velocity | Vec3 with magnitude in meters/second |
Angular Velocity | Vec3 where the direction is the axis of rotation and the magnitude is in radians/second |
Angular Acceleration | Vec3 where the direction is the axis of rotation and the magnitude is in radians/second2 |
Force | Vec3 with magnitude in Newtons |
Impulse | Vec3 with magnitude in Newtons * seconds |
Torque | Vec3 where the direction is the axis of rotation and the magnitude is in Newton meters |