C# Class Universe.Physics.ConvexDecompositionDotNet.Rect3d

Mostra file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
mMax float[]
mMin float[]

Public Methods

Method Description
Rect3d ( ) : System
Rect3d ( float bmin, float bmax ) : System
SetMax ( float bmax ) : void
SetMax ( float x, float y, float z ) : void
SetMin ( float bmin ) : void
SetMin ( float x, float y, float z ) : void

Method Details

Rect3d() public method

public Rect3d ( ) : System
return System

Rect3d() public method

public Rect3d ( float bmin, float bmax ) : System
bmin float
bmax float
return System

SetMax() public method

public SetMax ( float bmax ) : void
bmax float
return void

SetMax() public method

public SetMax ( float x, float y, float z ) : void
x float
y float
z float
return void

SetMin() public method

public SetMin ( float bmin ) : void
bmin float
return void

SetMin() public method

public SetMin ( float x, float y, float z ) : void
x float
y float
z float
return void

Property Details

mMax public_oe property

public float[] mMax
return float[]

mMin public_oe property

public float[] mMin
return float[]