Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: EdgeD(PointD, PointD)

  • Declared in: RT.Util.Geometry.EdgeD

Declaration

public EdgeD(
    PointD start,
    PointD end
)

Summary

Initialises a line segment using the specified start and end point.