Click or drag to resize

Line2 Structure

Represents a double precision line in two-dimensional space.

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

The Line2 type exposes the following members.

Constructors
  NameDescription
Public methodLine2(Line2)
Initializes a new instance of the Line2 class
Public methodLine2(Vector2, Vector2)
Initializes a new instance of the Line2 class
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldEnd
Public fieldStart
Top
Extension Methods
See Also