Class LineSegment

Represents a line segment in three dimensional space defined by a start and an end point.

Constructors

Properties

Accessors

Methods

Constructors

Properties

_end: Vector3
_start: Vector3

Accessors

Methods

  • Clones this instance and returns a new LineSegment with identical values.

    Returns LineSegment