Skip to content
  1. API
  2. Types

SimpleBoundingBox

Type: object

Properties

  • cx number X coordinate of the center of the bounding box
  • cy number Y coordinate of the center of the bounding box
  • height number Height of the bounding box
  • maxX number Maximum X coordinate of the bounding box
  • maxY number Maximum Y coordinate of the bounding box
  • minX number Minimum X coordinate of the bounding box
  • minY number Minimum Y coordinate of the bounding box
  • width number Width of the bounding box