Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: EdgeD(PointD, double)

  • Declared in: RT.Util.Geometry.EdgeD

Declaration

public EdgeD(
    PointD start,
    double angle
)

Summary

Initialises a line segment starting at the specified point. The ending point is 1 unit away at the specified angle.