Click or drag to resize

SphereF Structure

Represents a single precision sphere shape.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public struct SphereF

The SphereF type exposes the following members.

Constructors
  NameDescription
Public methodSphereF(SphereF)
Initializes a new instance of the SphereF class
Public methodSphereF(Vector3F, Single)
Initializes a new instance of the SphereF class
Top
Methods
  NameDescription
Public methodContains(BoxF)
Public methodContains(BoxF)
Public methodContains(SphereF)
Public methodContains(SphereF)
Public methodContains(Vector3F)
Public methodContains(Vector3F)
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(SphereF, Single)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersects(BoundsF)
Public methodIntersects(BoundsF)
Public methodIntersects(BoxF)
Public methodIntersects(BoxF)
Public methodIntersects(ConeF)
Public methodIntersects(Line3F)
Public methodIntersects(RayF)
Public methodIntersects(SphereF)
Public methodIntersects(SphereF)
Public methodIntersects(TriangleF)
Public methodIntersects(TriangleF)
Public methodIntersects(RayF, Single, Single)
Public methodIsCleared
Public methodStatic memberMerge
Public methodStatic memberParse
Public methodToBounds
Public methodToBounds(BoundsF)
Public methodToSphere
Public methodToString (Overrides ValueTypeToString.)
Public methodToString(Int32)
Top
Operators
Fields
  NameDescription
Public fieldCenter
Public fieldStatic memberCleared
Public fieldRadius
Public fieldStatic memberZero
Top
Extension Methods
See Also