C# Class HaloMap.RawData.BSPModel.BSPRawDataMetaChunk.BSPBoundingBoxContainer

显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
MaxX float
MaxY float
MaxZ float
MinX float
MinY float
MinZ float

Public Methods

Method Description
BSPBoundingBoxContainer ( List Vertices ) : System

Initializes a new instance of the BSPBoundingBoxContainer class.

Method Details

BSPBoundingBoxContainer() public method

Initializes a new instance of the BSPBoundingBoxContainer class.
public BSPBoundingBoxContainer ( List Vertices ) : System
Vertices List
return System

Property Details

MaxX public_oe property

The max x.
public float MaxX
return float

MaxY public_oe property

The max y.
public float MaxY
return float

MaxZ public_oe property

The max z.
public float MaxZ
return float

MinX public_oe property

The min x.
public float MinX
return float

MinY public_oe property

The min y.
public float MinY
return float

MinZ public_oe property

The min z.
public float MinZ
return float