C# Class OfflineCloudRenderer2.AABBTree.AABB

Mostra file Open project: Patapom/GodComplex Class Usage Examples

Public Properties

Property Type Description
m_Max float3
m_Min float3

Public Methods

Method Description
Combine ( AABB _Other ) : void
Combine ( AABB a, AABB b ) : void

Method Details

Combine() public method

public Combine ( AABB _Other ) : void
_Other AABB
return void

Combine() public method

public Combine ( AABB a, AABB b ) : void
a AABB
b AABB
return void

Property Details

m_Max public_oe property

public float3 m_Max
return float3

m_Min public_oe property

public float3 m_Min
return float3