Click or drag to resize

Ray2 Structure

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

The Ray2 type exposes the following members.

Constructors
  NameDescription
Public methodRay2(Ray2)
Initializes a new instance of the Ray2 class
Public methodRay2(Ray2F)
Initializes a new instance of the Ray2 class
Public methodRay2(Vector2, Vector2)
Initializes a new instance of the Ray2 class
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldDirection
Public fieldOrigin
Top
Extension Methods
See Also