Uses of Class
org.openjump.core.graph.delauneySimplexInsert.Pnt
Packages that use Pnt
-
Uses of Pnt in org.openjump.core.graph.delauneySimplexInsert
Methods in org.openjump.core.graph.delauneySimplexInsert that return PntModifier and TypeMethodDescriptionAdd.Perpendicular bisector of two Pnts.static PntPnt.circumcenter(Pnt[] simplex) Circumcenter of a simplex.static PntCompute generalized cross-product of the rows of a matrix.Pnt.extend(double[] coords) Create a new Pnt by adding additional coordinates to this Pnt.Test if this Pnt is on a simplex.Test if this Pnt is outside of simplex.Subtract.Methods in org.openjump.core.graph.delauneySimplexInsert with parameters of type PntModifier and TypeMethodDescriptionAdd.doubleAngle (in radians) between two Pnts (treated as vectors).Perpendicular bisector of two Pnts.static PntPnt.circumcenter(Pnt[] simplex) Circumcenter of a simplex.static doubleDetermine the signed content (i.e., area or volume, etc.) of a simplex.static PntCompute generalized cross-product of the rows of a matrix.DelaunayTriangulation.delaunayPlace(Pnt site) Place a new point site into the DT.static doublePnt.determinant(Pnt[] matrix) Compute the determinant of a matrix (array of Pnts).intCheck that dimensions match.doubleDot product.booleanTest if this Pnt is inside a simplex.Test if this Pnt is on a simplex.Test if this Pnt is outside of simplex.org.openjump.core.graph.delauneySimplexInsert.SimplexLocate the triangle with point (a Pnt) inside (or on) it.int[]Relation between this Pnt and a simplex (represented as an array of Pnts).Subtract.static StringCreate a String for a matrix.intPnt.vsCircumcircle(Pnt[] simplex) Test relation between this Pnt and circumcircle of a simplex.