Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: CircleD(double, double, double)

  • Declared in: RT.Util.Geometry.CircleD

Declaration

public CircleD(
    double x,
    double y,
    double rad
)

Summary

Initialises a new CircleD with the specified center co-ordinates and radius.

Parameters

doublex Center X co-ordinate.
doubley Center Y co-ordinate.
doublerad Radius.