Interface ICircle
A circle, also known as a point-radius since that is what it is comprised of.
Inherited Members
Assembly: Spatial4n.dll
Syntax
public interface ICircle : IShape
Properties
Name | Description |
---|---|
Radius | The distance from the point's center to its edge, measured in the same units as x & y (e.g. degrees if WGS84). |
Methods
Name | Description |
---|---|
Reset(Double, Double, Double) | Expert: Resets the state of this shape given the arguments. This is a performance feature to avoid excessive IShape object allocation as well as some argument error checking. Mutable shapes is error-prone so use with care. |