ExtendedBox
Class
Read time 1 minuteLast updated a day ago
Inheritance
- object
- ExtendedBox
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class ExtendedBox
Constructors
ExtendedBox()
public ExtendedBox()
ExtendedBox(ExtendedBox)
Parameterspublic ExtendedBox(ExtendedBox o)
Type | Name | Description |
|---|---|---|
| ExtendedBox | o |
Fields
position
Returnspublic Point3 position
Type | Description |
|---|---|
| Point3 |
extentX
Returnspublic double extentX
Type | Description |
|---|---|
| double |
extentY
Returnspublic double extentY
Type | Description |
|---|---|
| double |
extentZ
Returnspublic double extentZ
Type | Description |
|---|---|
| double |