SetMinMaxPoints
Overloads
| Name | Description |
|---|---|
| SetMinMaxPoints(BoundBox3D boundbox) | Set BoundBox(Min. ~ Max), Matrix |
| SetMinMaxPoints(BoundBox3D boundbox, float[] matrix) | Set Min. Point, Max. Point, Matrix |
SetMinMaxPoints(BoundBox3D boundbox)
public void SetMinMaxPoints(BoundBox3D boundbox)
Set BoundBox(Min. ~ Max), Matrix
Parameters
| Name | Type | Description |
|---|---|---|
| boundbox | BoundBox3D | BoundBox (Min. ~ Max.) |
SetMinMaxPoints(BoundBox3D boundbox, float[] matrix)
public void SetMinMaxPoints(BoundBox3D boundbox, float[] matrix)
Set Min. Point, Max. Point, Matrix
Parameters
| Name | Type | Description |
|---|---|---|
| boundbox | BoundBox3D | BoundBox (Min. ~ Max.) |
| matrix | Single[] | Matrix |