Свойство | Тип | Описание | |
---|---|---|---|
mMax | float[] | ||
mMin | float[] |
Метод | Описание | |
---|---|---|
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 |
public Rect3d ( float bmin, float bmax ) : System | ||
bmin | float | |
bmax | float | |
Результат | System |
public SetMax ( float x, float y, float z ) : void | ||
x | float | |
y | float | |
z | float | |
Результат | void |
public SetMin ( float x, float y, float z ) : void | ||
x | float | |
y | float | |
z | float | |
Результат | void |