Struct BoundingSphere
- Namespace
- NeoVeldrid.Utilities
- Assembly
- NeoVeldrid.Utilities.dll
public struct BoundingSphere
- Inherited Members
Constructors
BoundingSphere(Vector3, float)
public BoundingSphere(Vector3 center, float radius)
Parameters
Fields
Center
public Vector3 Center
Field Value
Radius
public float Radius
Field Value
Methods
Contains(Vector3)
public bool Contains(Vector3 point)
Parameters
pointVector3
Returns
CreateFromPoints(IList<Vector3>)
public static BoundingSphere CreateFromPoints(IList<Vector3> points)
Parameters
Returns
CreateFromPoints(Vector3*, int, int)
public static BoundingSphere CreateFromPoints(Vector3* pointPtr, int numPoints, int stride)
Parameters
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.