org.miv.pherd.ntree
Class Anchor

java.lang.Object
  extended by org.miv.pherd.geom.Point2
      extended by org.miv.pherd.geom.Point3
          extended by org.miv.pherd.ntree.Anchor
All Implemented Interfaces:
Serializable

public class Anchor
extends Point3

A constant point.

An anchor is guaranteed to remain at the same place, and therefore can be passed between threads since once created, it is read-only.

Since:
2007
Author:
Antoine Dutot
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.miv.pherd.geom.Point3
NULL_POINT3, z
 
Fields inherited from class org.miv.pherd.geom.Point2
NULL_POINT2, x, y
 
Constructor Summary
Anchor(double x, double y, double z)
           
 
Method Summary
 
Methods inherited from class org.miv.pherd.geom.Point3
copy, copy, distance, distance, interpolate, isZero, move, move, move, moveTo, moveZ, scale, scale, scale, scale, set, setZ, swap, toString
 
Methods inherited from class org.miv.pherd.geom.Point2
copy, distance, interpolate, make, move, move, moveTo, moveX, moveY, scale, scale, set, setX, setY, swap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Anchor

public Anchor(double x,
              double y,
              double z)


Copyright © 2011. All Rights Reserved.