Circle Structure

CVB.Net Documentation
Class representing a circle (for the purpose of regression and other calculations).

Namespace:  Stemmer.Cvb.Geometry2D
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public struct Circle

The Circle type exposes the following members.

Constructors

  NameDescription
Public methodCircle
Create a circle.
Top
Properties

  NameDescription
Public propertyCenter
Center of the circle.
Public propertyRadius
Radius of the circle.
Top
Methods

  NameDescription
Public methodContains
Check whether a point is inside or outside a circle.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsOnRadius
Check whether a point is on the radius of a circle (or at least within a small epsilon thereof).
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also

Reference