Home
last modified time | relevance | path

Searched refs:setCoordinate (Results 1 – 1 of 1) sorted by relevance

/external/libmonet/hct/
DHctSolver.java401 static double[] setCoordinate(double[] source, double coordinate, double[] target, int axis) { in setCoordinate() method in HctSolver
541 double[] mid = setCoordinate(left, midPlaneCoordinate, right, axis); in bisectToLimit()