Struct Sphere
Properties
radius
public float radius { get; set; }
center
public Vector3 center { get; set; }
Constructors
Sphere(Vector3 center, float radius)
public Sphere(Vector3 center, float radius)
Sphere()
public Sphere()
Methods
bool Contains(Vector3 position)
public bool Contains(Vector3 position)