Uses of Class
org.tinfour.common.Circumcircle
-
Packages that use Circumcircle Package Description org.tinfour.common Provides classes and interfaces that are common to multiple packages within the TinFour project. -
-
Uses of Circumcircle in org.tinfour.common
Methods in org.tinfour.common that return Circumcircle Modifier and Type Method Description static CircumcircleCircumcircle. computeCircumcircle(Vertex a, Vertex b, Vertex c)Computes the circumcircle for the specified vertices.CircumcircleSimpleTriangle. getCircumcircle()Obtains the circumcircle for a simple triangle.Methods in org.tinfour.common with parameters of type Circumcircle Modifier and Type Method Description voidGeometricOperations. circumcircle(double vax, double vay, double vbx, double vby, double vcx, double vcy, Circumcircle result)Computes the circumcircle for the coordinates of three vertices.booleanGeometricOperations. circumcircle(Vertex a, Vertex b, Vertex c, Circumcircle result)Computes the circumcircle for the coordinates of three vertices.voidCircumcircle. copy(Circumcircle c)Copies the content of the specified circumcircle instance.
-