Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: EdgeD(double, double, double, double)

  • Declared in: RT.Util.Geometry.EdgeD

Declaration

public EdgeD(
    double x1,
    double y1,
    double x2,
    double y2
)

Summary

Initialises a line segment using the start point (X1, Y1) and the end point (X2, Y2).