C# Class HaloMap.RawData.BSPModel.BSPPermutationRawDataMetaChunk.BSPPermutationBoundingBoxContainer

The bsp permutation bounding box container.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
MaxU float
MaxV float
MaxX float
MaxY float
MaxZ float
MinU float
MinV float
MinX float
MinY float
MinZ float

Public Methods

Method Description
BSPPermutationBoundingBoxContainer ( BinaryReader &BR ) : System

Initializes a new instance of the BSPPermutationBoundingBoxContainer class.

Method Details

BSPPermutationBoundingBoxContainer() public method

Initializes a new instance of the BSPPermutationBoundingBoxContainer class.
public BSPPermutationBoundingBoxContainer ( BinaryReader &BR ) : System
BR System.IO.BinaryReader The BR.
return System

Property Details

MaxU public_oe property

The max u.
public float MaxU
return float

MaxV public_oe property

The max v.
public float MaxV
return float

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

MinU public_oe property

The min u.
public float MinU
return float

MinV public_oe property

The min v.
public float MinV
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