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