Axis-aligned bounding box defined by two corner points. More...
#include <com/navigine/idl/objc/NCBoundingBox.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithBottomLeft:topRight: |
| Default constructor for class NCBoundingBox. | |
Class Methods | |
| (nonnull instancetype) | + boundingBoxWithBottomLeft:topRight: |
| Factory method for class NCBoundingBox. | |
Properties | |
| NCPoint * | bottomLeft |
| Lower-left corner of the bounding box. | |
| NCPoint * | topRight |
| Upper-right corner of the bounding box. | |
Axis-aligned bounding box defined by two corner points.
Swift code snippet:
Objective C code snippet:
Definition at line 25 of file NCBoundingBox.h.
| + (nonnull instancetype) boundingBoxWithBottomLeft: | (nonnull NCPoint *) | bottomLeft | |
| topRight: | (nonnull NCPoint *) | topRight |
Factory method for class NCBoundingBox.
| - (nonnull instancetype) initWithBottomLeft: | (nonnull NCPoint *) | bottomLeft | |
| topRight: | (nonnull NCPoint *) | topRight |
Default constructor for class NCBoundingBox.
|
readnonatomicassign |
Lower-left corner of the bounding box.
Swift code snippet:
Objective C code snippet:
Definition at line 51 of file NCBoundingBox.h.
|
readnonatomicassign |
Upper-right corner of the bounding box.
Swift code snippet:
Objective C code snippet:
Definition at line 65 of file NCBoundingBox.h.