Package | Description |
---|---|
org.tinfour.common |
Provides classes and interfaces that are common to multiple
packages within the TinFour project.
|
Modifier and Type | Method and Description |
---|---|
static Circumcircle |
Circumcircle.computeCircumcircle(Vertex a,
Vertex b,
Vertex c)
Computes the circumcircle for the specified vertices.
|
Circumcircle |
SimpleTriangle.getCircumcircle()
Obtains the circumcircle for a simple triangle.
|
Modifier and Type | Method and Description |
---|---|
void |
GeometricOperations.circumcircle(double vax,
double vay,
double vbx,
double vby,
double vcx,
double vcy,
Circumcircle result)
Computes the circumcircle for the coordinates of three vertices.
|
boolean |
GeometricOperations.circumcircle(Vertex a,
Vertex b,
Vertex c,
Circumcircle result)
Computes the circumcircle for the coordinates of three vertices.
|
void |
Circumcircle.copy(Circumcircle c)
Copies the content of the specified circumcircle instance.
|
Copyright © 2021. All rights reserved.