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

AABB() public method

public AABB ( IShape shape ) : System
shape IShape
return System
        public AABB(IShape shape)
            : this(shape, 0)
        {
        }

Same methods

AABB::AABB ( IEnumerable vertices ) : System
AABB::AABB ( IShape shape, int id ) : System
AABB::AABB ( System.Vector3 min, System.Vector3 max ) : System