Companion object for line segments in a 2 dimensional space measured in metres. Conatains an apply method, an implicit ArrMap builder instance and an extension method.
Attributes
Members list
Value members
Concrete methods
Factory apply method for constructing LineSegM2s from the start and end points. There is an apply overload to construct from the X and Y components of the start and end points. To construct from scalar quantities use the metresNum method.
Factory apply method for constructing LineSegM2s from the start and end points. There is an apply overload to construct from the X and Y components of the start and end points. To construct from scalar quantities use the metresNum method.
Attributes
Factory apply method for constructing LineSegM2s from the X and Y components of the start and end points. There is an apply overload to construct from the start and end points.To construct from scalar quantities use the metresNum method.
Factory apply method for constructing LineSegM2s from the X and Y components of the start and end points. There is an apply overload to construct from the start and end points.To construct from scalar quantities use the metresNum method.