Box
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- Box
Inherited Members
Namespace: UnityEngine.Pixyz.Algo
[Serializable]public class Box
Constructors
Box()
public Box()
Box(Box)
public Box(Box o)
Parameters
Type | Name | Description |
|---|---|---|
| Box | o |
Fields
position
public Affine position
Returns
Type | Description |
|---|---|
| Affine |
length
public double length
Returns
Type | Description |
|---|---|
| double |
height
public double height
Returns
Type | Description |
|---|---|
| double |
depth
public double depth
Returns
Type | Description |
|---|---|
| double |