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