Click or drag to resize

SphericalDirectionF Structure

Represents a single precision spherical coordinate system direction.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisSphericalDirectionF

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.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
Operators
Fields
 NameDescription
Public fieldHorizontal 
Public fieldVertical 
Public fieldStatic memberZero 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also