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