Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The following is a list of data structures provided by Vim.Math.
* `ColorHDR` - High Defintion Range color representation, 4 floats, R, G, B, A
* **Rotations and Transformations**
* `Quaternion` - Single precision quaternion rotation X, Y, Z, W
* `DQuaternion` - Single precision quaternion rotation X, Y, Z, W
* `DQuaternion` - Double precision quaternion rotation X, Y, Z, W
* `AxisAngle` - Single precison rotation as Axis (Vector3) and Angle in radians
* `Matrix4x4` - 4 x 4 Single Precision matrix in Row-Column - corder
* `Transform` - Single precision Position (Vector3) and Orientation (Quaternion)
Expand Down