Parameters
Point3D
centerPoint
The center of the circle
UnitVector3D
axis
the axis of the circle
double
radius
the radius of the circle
Type Circle3D
Namespace MathNet.Spatial.Euclidean
Parent ValueType
Interfaces IEquatable<Circle3D>, IXmlSerializable
Point3D
centerPointThe center of the circle
UnitVector3D
axisthe axis of the circle
double
radiusthe radius of the circle
Point3D
p1First point on the circumference of the circle
Point3D
p2Second point on the circumference of the circle
UnitVector3D
axisDirection of the plane in which the circle lies
Circle3D
cThe circle to compare against.
double
toleranceA tolerance (epsilon) to adjust for floating point error
bool
true if the points are equal; otherwise false