TerrainDisplay.Collision._3D.AABB.AABB C# (CSharp) Method

AABB() public method

public AABB ( System.Vector3 min, System.Vector3 max ) : System
min System.Vector3
max System.Vector3
return System
        public AABB(Vector3 min, Vector3 max)
        {
            Bounds = new BoundingBox(min, max);
        }

Same methods

AABB::AABB ( IEnumerable vertices ) : System
AABB::AABB ( IShape shape ) : System
AABB::AABB ( IShape shape, int id ) : System