Bexel Manager API Documentation
Bexel.Api.OBB3D Struct Reference

Represents an object oriented bounding box in 3-dimensional space. More...

Properties

Vector3D Center [get]
 Returns the center point of the bounding box. More...
 
Vector3D Axis1 [get]
 Returns the first axis of the bounding box. More...
 
Vector3D Axis2 [get]
 Returns the second axis of the bounding box. More...
 
Vector3D Axis3 [get]
 Returns the third axis of the bounding box. More...
 
float Size1 [get]
 Returns the size across first axis of the bounding box. More...
 
float Size2 [get]
 Returns the size across second axis of the bounding box. More...
 
float Size3 [get]
 Returns the size across third axis of the bounding box. More...
 

Detailed Description

Represents an object oriented bounding box in 3-dimensional space.

Property Documentation

◆ Axis1

Vector3D Bexel.Api.OBB3D.Axis1
get

Returns the first axis of the bounding box.

◆ Axis2

Vector3D Bexel.Api.OBB3D.Axis2
get

Returns the second axis of the bounding box.

◆ Axis3

Vector3D Bexel.Api.OBB3D.Axis3
get

Returns the third axis of the bounding box.

◆ Center

Vector3D Bexel.Api.OBB3D.Center
get

Returns the center point of the bounding box.

◆ Size1

float Bexel.Api.OBB3D.Size1
get

Returns the size across first axis of the bounding box.

◆ Size2

float Bexel.Api.OBB3D.Size2
get

Returns the size across second axis of the bounding box.

◆ Size3

float Bexel.Api.OBB3D.Size3
get

Returns the size across third axis of the bounding box.