Table of Contents

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

center Vector3
radius float

Fields

Center

public Vector3 Center

Field Value

Vector3

Radius

public float Radius

Field Value

float

Methods

Contains(Vector3)

public bool Contains(Vector3 point)

Parameters

point Vector3

Returns

bool

CreateFromPoints(IList<Vector3>)

public static BoundingSphere CreateFromPoints(IList<Vector3> points)

Parameters

points IList<Vector3>

Returns

BoundingSphere

CreateFromPoints(Vector3*, int, int)

public static BoundingSphere CreateFromPoints(Vector3* pointPtr, int numPoints, int stride)

Parameters

pointPtr Vector3*
numPoints int
stride int

Returns

BoundingSphere

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.