~ubuntu-branches/ubuntu/vivid/elki/vivid

« back to all changes in this revision

Viewing changes to src/de/lmu/ifi/dbs/elki/data/spatial/SpatialComparable.java

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2012-12-14 20:45:15 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121214204515-4m0d0er9ivtu5w9d
Tags: 0.5.5-1
New upstream release: 0.5.5 interim release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
   * Returns the minimum coordinate at the specified dimension.
43
43
   * 
44
44
   * @param dimension the dimension for which the coordinate should be returned,
45
 
   *        where 1 &le; dimension &le; <code>getDimensionality()</code>
 
45
   *        where 0 &le; dimension &lt; <code>getDimensionality()</code>
46
46
   * @return the minimum coordinate at the specified dimension
47
47
   */
48
48
  double getMin(int dimension);
51
51
   * Returns the maximum coordinate at the specified dimension.
52
52
   * 
53
53
   * @param dimension the dimension for which the coordinate should be returned,
54
 
   *        where 1 &le; dimension &le; <code>getDimensionality()</code>
 
54
   *        where 0 &le; dimension &lt; <code>getDimensionality()</code>
55
55
   * @return the maximum coordinate at the specified dimension
56
56
   */
57
57
  double getMax(int dimension);