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
Returns
FromPoints(IList<Vector3>, int, int)
Froms the points.
public static BoundingSphere FromPoints(IList<Vector3> points, int start, int count)
Parameters
Returns
TransformBoundingSphere(BoundingSphere, Matrix4x4)
Transforms the bounding sphere.
public static BoundingSphere TransformBoundingSphere(this BoundingSphere b, Matrix4x4 m)
Parameters
bBoundingSphereThe b.
mMatrix4x4The m.