FMX.Types3D.TBoundingBox Methods
InheritedProtected
| _op_Addition | public | |
| _op_Equality | public | |
| _op_Inequality | public | |
| _op_Multiply | public | |
| Contains | public | Indicates whether the input argument is inside the TBoundingBox or not. |
| Create | public | Creates an instance of TBoundingBox. |
| Empty | public | Returns an instance of TBoundingBox with corner values set to 0. |
| EqualsTo | public | Returns True if the current TBoundingBox is equal to ABox. |
| FitInto | public | Returns a new TBoundingBox which is the original one scaled by single value. |
| FitIntoScale | public | Returns the scale value for scaling the current TBoundingBox to fit into the ADesignatedArea. |
| GetSize | public | Returns the size of the TBoundingBox stored in a TPoint3D record. |
| Inflate | public | Inflates the TBoundingBox according to the input arguments. |
| Intersect | public | Intersects the current TBoundingBox with the DestBox. |
| IntersectsWith | public | Returns True if any part of the TBoundingBox intersects the ABox. |
| IsEmpty | public | Returns True if the TBoundingBox is empty. |
| Normalize | public | Makes sure the TopLeftNear is above and on the left of BottonRightFar. |
| Offset | public | Offsets the TBoundingBox according to the input argument. |
| operator Addition | public | |
| operator Equality | public | |
| operator Inequality | public | |
| operator Multiply | public | |
| Union | public | Performs a Union with the current TBoundingBox and the DestBox. |