Table of Contents

Class BoundingSphereExtensions

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll
public static class BoundingSphereExtensions
Inheritance
BoundingSphereExtensions
Inherited Members

Methods

FromPoints(IList<Vector3>?)

Froms the points.

public static BoundingSphere FromPoints(IList<Vector3>? points)

Parameters

points IList<Vector3>

The points.

Returns

BoundingSphere

FromPoints(IList<Vector3>, int, int)

Froms the points.

public static BoundingSphere FromPoints(IList<Vector3> points, int start, int count)

Parameters

points IList<Vector3>

The points.

start int

The start.

count int

The count.

Returns

BoundingSphere

TransformBoundingSphere(BoundingSphere, Matrix4x4)

Transforms the bounding sphere.

public static BoundingSphere TransformBoundingSphere(this BoundingSphere b, Matrix4x4 m)

Parameters

b BoundingSphere

The b.

m Matrix4x4

The m.

Returns

BoundingSphere