Click or drag to resize

Sphere Structure

Represents a double 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 Sphere

The Sphere type exposes the following members.

Constructors
  NameDescription
Public methodSphere(Sphere)
Initializes a new instance of the Sphere class
Public methodSphere(SphereF)
Initializes a new instance of the Sphere class
Public methodSphere(Vector3, Double)
Initializes a new instance of the Sphere class
Top
Methods
  NameDescription
Public methodContains(Box)
Public methodContains(Box)
Public methodContains(Sphere)
Public methodContains(Sphere)
Public methodContains(Vector3)
Public methodContains(Vector3)
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(Sphere, Double)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersects(Bounds)
Public methodIntersects(Bounds)
Public methodIntersects(Box)
Public methodIntersects(Box)
Public methodIntersects(Cone)
Public methodIntersects(Line3)
Public methodIntersects(Ray)
Public methodIntersects(Sphere)
Public methodIntersects(Sphere)
Public methodIntersects(Triangle)
Public methodIntersects(Triangle)
Public methodIntersects(Ray, Double, Double)
Public methodIsCleared
Public methodStatic memberMerge(Sphere, Sphere)
Public methodStatic memberMerge(Sphere, Sphere, Sphere)
Public methodStatic memberParse
Public methodToBounds
Public methodToBounds(Bounds)
Public methodToSphereF
Public methodToString (Overrides ValueTypeToString.)
Public methodToString(Int32)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldCenter
Public fieldStatic memberCleared
Public fieldRadius
Public fieldStatic memberZero
Top
Extension Methods
See Also