Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Utilities.Enums.BoundingBox Namespace Reference

Enumerations

enum  BasedOn { BasedOn.Collider_ = 0, BasedOn.Geometry_ = 1 }
 
enum  BoundingBoxOrientation { BoundingBoxOrientation.Axis_aligned_ = 0, BoundingBoxOrientation.Object_oriented_ = 1, BoundingBoxOrientation.Camera_oriented_ = 2 }
 

Enumeration Type Documentation

◆ BasedOn

Enumerator
Collider_ 

Base the bounding box on colliders

Geometry_ 

Base the bounding box on geometries

Definition at line 2 of file BasedOn.cs.

◆ BoundingBoxOrientation

Enumerator
Axis_aligned_ 
Object_oriented_ 
Camera_oriented_ 

Definition at line 5 of file BoundingBoxOrientation.cs.