Click or drag to resize

Line2F Structure

Represents a single 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 Line2F

The Line2F type exposes the following members.

Constructors
  NameDescription
Public methodLine2F(Line2F)
Initializes a new instance of the Line2F class
Public methodLine2F(Vector2F, Vector2F)
Initializes a new instance of the Line2F class
Top
Methods
Operators
Fields
  NameDescription
Public fieldEnd
Public fieldStart
Top
Extension Methods
See Also