OBD:Data types: Difference between revisions

m
m (→‎Resource links: false alarm?)
Line 144: Line 144:
3 floats define a vector in 3D space
3 floats define a vector in 3D space
:(position, normal, scaling, ...)
:(position, normal, scaling, ...)
===Axis-aligned bounding box===
===AABB===
;Axis-aligned bounding box
2 vectors define a min corner and a max corner
2 vectors define a min corner and a max corner
:used in
:used in
Line 154: Line 155:
*[[CRSA]]
*[[CRSA]]
*[[PNTA]]
*[[PNTA]]
===Plane===
===Plane===
4 floats define an oriented plane in 3D
4 floats define an oriented plane in 3D