Common Data Types: Difference between revisions

Content added Content deleted
(Added axis aligned box.)
(Added CGtPlane and RwPlane.)
Line 9: Line 9:
! Offset !! Length !! Type !! Name !! Description !! Comments
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
|-
| 0x0 || 0x10 || u_long128 || mData || 16-byte integer holding an [[#RwV3d|RwV3d]] object ||
| 0x0 || 0x10 || u_long128 || mData || 16 bytes holding an [[#RwV3d|RwV3d]] object ||
|}

=== CGtPlane ===
{| class="wikitable"
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x10 || u_long128 || mData || 16 bytes holding an [[#RwPlane|RwPlane]] object ||
|}
|}


Line 92: Line 99:
|-
|-
| 0xC || 0xC || [[#RwV3d|RwV3d]] || inf || Infimum vertex ||
| 0xC || 0xC || [[#RwV3d|RwV3d]] || inf || Infimum vertex ||
|}

=== RwPlane ===
{| class="wikitable"
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0xC || [[#RwV3d|RwV3d]] || normal || ||
|-
| 0xC || 0x4 || RwReal || distance || ||
|}
|}