Class Plane
Inherited Members
Namespace: UnityEngine.Pixyz.Algo
Syntax
[Serializable]
public class Plane
Constructors
Plane()
Declaration
public Plane()
Plane(Plane)
Declaration
public Plane(Plane o)
Parameters
| Type | Name | Description |
|---|---|---|
| Plane | o |
Fields
height
Declaration
public double height
Field Value
| Type | Description |
|---|---|
| double |
length
Declaration
public double length
Field Value
| Type | Description |
|---|---|
| double |
position
Declaration
public Affine position
Field Value
| Type | Description |
|---|---|
| Affine |