Click or drag to resize

Ray2F Structure

Represents a single precision two-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 Ray2F

The Ray2F type exposes the following members.

Constructors
  NameDescription
Public methodRay2F(Ray2F)
Initializes a new instance of the Ray2F class
Public methodRay2F(Vector2F, Vector2F)
Initializes a new instance of the Ray2F class
Top
Methods
Operators
Fields
  NameDescription
Public fieldDirection
Public fieldOrigin
Top
Extension Methods
See Also