Box
Class
Read time 1 minuteLast updated 19 hours ago
Inheritance
- object
- Box
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Algo
[Serializable]public class Box
Constructors
Box()
public Box()
Box(Box)
Parameterspublic Box(Box o)
Type | Name | Description |
|---|---|---|
| Box | o |
Fields
position
Returnspublic Affine position
Type | Description |
|---|---|
| Affine |
length
Returnspublic double length
Type | Description |
|---|---|
| double |
height
Returnspublic double height
Type | Description |
|---|---|
| double |
depth
Returnspublic double depth
Type | Description |
|---|---|
| double |