Click or drag to resize

SphericalDirectionF Structure

Represents a single precision spherical coordinate system direction.

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

The SphericalDirectionF type exposes the following members.

Constructors
  NameDescription
Public methodSphericalDirectionF(SphericalDirectionF)
Initializes a new instance of the SphericalDirectionF class
Public methodSphericalDirectionF(Single, Single)
Initializes a new instance of the SphericalDirectionF class
Top
Methods
  NameDescription
Public methodStatic memberAdd(SphericalDirectionF, SphericalDirectionF)
Public methodStatic memberAdd(SphericalDirectionF, SphericalDirectionF, SphericalDirectionF)
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(SphericalDirectionF, Single)
Public methodStatic memberFromVector(Vector3F)
Public methodStatic memberFromVector(Vector3F, SphericalDirectionF)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVector
Public methodGetVector(Vector3F)
Public methodStatic memberMultiply(SphericalDirectionF, QuaternionF)
Public methodStatic memberMultiply(SphericalDirectionF, QuaternionF, SphericalDirectionF)
Public methodStatic memberNegate(SphericalDirectionF)
Public methodStatic memberNegate(SphericalDirectionF, SphericalDirectionF)
Public methodStatic memberParse
Public methodStatic memberSubtract(SphericalDirectionF, SphericalDirectionF)
Public methodStatic memberSubtract(SphericalDirectionF, SphericalDirectionF, SphericalDirectionF)
Public methodToString (Overrides ValueTypeToString.)
Public methodToString(Int32)
Top
Operators
Fields
  NameDescription
Public fieldHorizontal
Public fieldVertical
Public fieldStatic memberZero
Top
Extension Methods
See Also