FMX.Types3D.TBoundingBox Fields
InheritedProtected
| Bottom | public | Bottom is the Y value of the BottomRightFar corner. |
| BottomRightFar | public | BottomRightFar is a corner of the bounding box that is defined by the values of Bottom, Right and Far. |
| Far | public | Far is the Z value of the BottomRightFar corner. |
| Left | public | Left is the X value of the TopLeftNear corner. |
| MaxCorner | public | The maximum corner of a TBoundingBox. |
| MinCorner | public | The minimum corner of a TBoundingBox. |
| Near | public | Near is the Z value of the TopLeftNear corner. |
| Right | public | Right is the X value of the BottomRightFar corner. |
| Top | public | Top is the Y value of the TopLeftNear corner. |
| TopLeftNear | public | TopLeftNear is a corner of the bounding box that is defined by the values of Top, Left and Near. |