Click or drag to resize

Line3F Structure

Represents a single precision line in three-dimensional space.

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

The Line3F type exposes the following members.

Constructors
  NameDescription
Public methodLine3F(Line3F)
Initializes a new instance of the Line3F class
Public methodLine3F(Vector3F, Vector3F)
Initializes a new instance of the Line3F class
Top
Methods
Operators
Fields
  NameDescription
Public fieldEnd
Public fieldStart
Top
Extension Methods
See Also