↓ 11 callersMethodsetSets all elements of this matrix. @param m00 the element with (row,col) indices (0,0) @param m01 the element with (row,col) indices (0,1) @param m02 t
core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:116
↓ 10 callersMethodcenterSphereComputes the center of the sphere defined by the points a, b, c, and d. The latter are assumed to be in CCW order, such that the method {@link #leftOf
core/src/main/java/edu/mines/jtk/mesh/Geometry.java:1306