Home
last modified time | relevance | path

Searched defs:copySelf (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/
H A DHyperplane.java52 Hyperplane<S> copySelf(); in copySelf() method
H A DSubHyperplane.java51 SubHyperplane<S> copySelf(); in copySelf() method
H A DRegion.java92 Region<S> copySelf(); in copySelf() method
H A DAbstractSubHyperplane.java66 public AbstractSubHyperplane<S, T> copySelf() { in copySelf() method in AbstractSubHyperplane
H A DAbstractRegion.java244 public AbstractRegion<S, T> copySelf() { in copySelf() method in AbstractRegion
H A DBSPTree.java184 public BSPTree<S> copySelf() { in copySelf() method in BSPTree
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/spherical/oned/
H A DLimitAngle.java55 public LimitAngle copySelf() { in copySelf() method in LimitAngle
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/oned/
H A DOrientedPoint.java72 public OrientedPoint copySelf() { in copySelf() method in OrientedPoint
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/spherical/twod/
H A DCircle.java105 public Circle copySelf() { in copySelf() method in Circle
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DPlane.java159 public Plane copySelf() { in copySelf() method in Plane
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/
H A DLine.java163 public Line copySelf() { in copySelf() method in Line