Moved AxisAlignedBox to mathematic module
Former-commit-id: 2cb5b151941a431b5c12457f0decf7b39195052d
This commit is contained in:
@@ -21,6 +21,15 @@ enum nzCorner
|
||||
nzCorner_Max = nzCorner_NearRightTop
|
||||
};
|
||||
|
||||
enum nzExtend
|
||||
{
|
||||
nzExtend_Finite,
|
||||
nzExtend_Infinite,
|
||||
nzExtend_Null,
|
||||
|
||||
nzExtend_Max = nzExtend_Null
|
||||
};
|
||||
|
||||
enum nzFrustumPlane
|
||||
{
|
||||
nzFrustumPlane_Bottom,
|
||||
|
||||
Reference in New Issue
Block a user