FMX.Types3D.TBoundingBox.MinCorner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

2: (MinCorner, MaxCorner: TPoint3D);

Properties

Type Visibility Source Unit Parent
field public FMX.Types3D.pas FMX.Types3D TBoundingBox

Description

The minimum corner of a TBoundingBox.

The only difference between MinCorner and TopLeftNear is the name. You may use MinCorner and MaxCorner or TopLeftNear and BottomRightFar to define a TBoundingBox.

See Also