FMX.Types3D.TBoundingBox Fields

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
BottompublicBottom is the Y value of the BottomRightFar corner.
BottomRightFarpublicBottomRightFar is a corner of the bounding box that is defined by the values of Bottom, Right and Far.
FarpublicFar is the Z value of the BottomRightFar corner.
LeftpublicLeft is the X value of the TopLeftNear corner.
MaxCornerpublicThe maximum corner of a TBoundingBox.
MinCornerpublicThe minimum corner of a TBoundingBox.
NearpublicNear is the Z value of the TopLeftNear corner.
RightpublicRight is the X value of the BottomRightFar corner.
ToppublicTop is the Y value of the TopLeftNear corner.
TopLeftNearpublicTopLeftNear is a corner of the bounding box that is defined by the values of Top, Left and Near.