User Tools

Site Tools


oriented_box

Description

A 3D oriented box defined by a min and max point. The box will be axis-aligned in 3D space.

Parent Objects

Properties

Name Description Default Required
min A float3 representing the minimum corner of the bounding box. N/A no
max A float3 representing the maximum corner of the bounding box. N/A no

Example

{
    "min" : [ 4.32, 10.3, 9.87 ],
    "max" : [ 92.74, 9.21, 8.34 ]
}