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