FMX.Types3D.TBoundingBox Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
_op_Additionpublic
_op_Equalitypublic
_op_Inequalitypublic
_op_Multiplypublic
ContainspublicIndicates whether the input argument is inside the TBoundingBox or not.
CreatepublicCreates an instance of TBoundingBox.
EmptypublicReturns an instance of TBoundingBox with corner values set to 0.
EqualsTopublicReturns True if the current TBoundingBox is equal to ABox.
FitIntopublicReturns a new TBoundingBox which is the original one scaled by single value.
FitIntoScalepublicReturns the scale value for scaling the current TBoundingBox to fit into the ADesignatedArea.
GetSizepublicReturns the size of the TBoundingBox stored in a TPoint3D record.
InflatepublicInflates the TBoundingBox according to the input arguments.
IntersectpublicIntersects the current TBoundingBox with the DestBox.
IntersectsWithpublicReturns True if any part of the TBoundingBox intersects the ABox.
IsEmptypublicReturns True if the TBoundingBox is empty.
NormalizepublicMakes sure the TopLeftNear is above and on the left of BottonRightFar.
OffsetpublicOffsets the TBoundingBox according to the input argument.
operator Additionpublic
operator Equalitypublic
operator Inequalitypublic
operator Multiplypublic
UnionpublicPerforms a Union with the current TBoundingBox and the DestBox.