- getCommonGeneralizedSphere(double[], double[][], double[][]) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
Computes the Lie sphere coordinates of the unique common sphere in
l1 and l2.
- getContactElementForPointAndNormal(double[][], double[], double[]) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
A contact element is uniquely determined by a point and a normal in this point.
- getContactElementForPointAndSphere(double[][], double[], double[], double) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
A contact element is uniquely determined by a proper sphere and a point on it.
- getContactPlane(double[], double[], double[]) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
Convenience method which picks out the plane of contact from the contact element.
- getContactPoint(double[], double[], double[]) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
Convenience method which picks out the point of contact from the contact element.
- getIntersectionOfLineWithPolar(double[], double[], double[], double[], int) - Static method in class de.jtem.projgeom.P5
-
If the line determined by the points p0 and p1 is not completely contained
in the polar of q, then there is a unique intersection point of the line with the
polar (hyperplane).
- getLieCoordinatesForPlane(double[], double[], double) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
Get Lie sphere coordinates for the plane consisting of all points
satisfying = offset..
- getLieCoordinatesForSphere(double[], double[], double) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
Create normalized Lie sphere coordinates for a sphere with center center (non-zero last coordinate) and
signed radius r.
- getPlaneCoordinates(double[], double[]) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
return plane coordinates in R3 for the plane represented by p0
- getPointCoordinates(double[], double[]) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
Get Euclidean point coordinates (x,y,z) of a point in R^3 other than infinity.
- getProperSphereCenter(double[], double[]) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
In the case of a proper sphere its center is returned, otherwise a exception is thrown.
- getProperSphereCoordinates(double[], double[]) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
Get Euclidean sphere coordinates (x,y,z,r) = (center,radius) for a proper sphere in R^3.
- getSphereCenter(double[], double[]) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
If not a plane, returns the center of the sphere.
- getSphereCoordinates(double[], double[]) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
Get sphere coordinates (x,y,z,r) = (center,radius) for a sphere in R^3.
- getSphereRadius(double[]) - Static method in class de.jtem.projgeom.LieSphereGeometry
-
If a not a plane, returns the radius.
- getTolerance(double[]) - Static method in class de.jtem.projgeom.P5
-
Calculates an adaptive tolerance depending on the scale of the first four coordinates.
- getTolerance() - Static method in class de.jtem.projgeom.PlueckerLineGeometry
-