Click or drag to resize

RayF Structure

Represents a single precision three-dimensional line based on a point in space and a direction.

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

The RayF type exposes the following members.

Constructors
  NameDescription
Public methodRayF(RayF)
Initializes a new instance of the RayF class
Public methodRayF(Vector3F, Vector3F)
Initializes a new instance of the RayF class
Top
Methods
Operators
Fields
  NameDescription
Public fieldDirection
Public fieldOrigin
Top
Extension Methods
See Also