OrientedPoint3d | 
OrientedPoint3d.abs() | 
 Return a new Point with absolute coordinate values. 
 | 
OrientedPoint3d | 
OrientedPoint3d.interpolate(OrientedPoint3d otherPoint,
           double fraction) | 
 Interpolate towards another OrientedPoint3d with a fraction. 
 | 
OrientedPoint3d | 
OrientedPoint3d.neg() | 
 Return a new Point with negated coordinate values. 
 | 
OrientedPoint3d | 
OrientedPoint3d.normalize() | 
 Return a new Point with a distance of 1 to the origin. 
 | 
OrientedPoint3d | 
OrientedPoint3d.rotate(double rotateZ) | 
 Return a new OrientedPoint3d with an in-place rotation around the z-axis by the provided delta. 
 | 
OrientedPoint3d | 
OrientedPoint3d.rotate(double rotateX,
      double rotateY,
      double rotateZ) | 
 Return a new OrientedPoint3d point with an in-place rotation by the provided rotateX, rotateY, and rotateZ. 
 | 
OrientedPoint3d | 
OrientedPoint3d.scale(double factor) | 
 Return a new Point with the coordinates of this point scaled by the provided factor. 
 | 
OrientedPoint3d | 
OrientedPoint2d.translate(double dx,
         double dy,
         double z) | 
 Return a new Point3d with a translation by the provided delta-x, delta-y and delta-z. 
 | 
OrientedPoint3d | 
OrientedPoint3d.translate(double dx,
         double dy) | 
 Return a new Point with a translation by the provided dx and dy. 
 | 
OrientedPoint3d | 
OrientedPoint3d.translate(double dx,
         double dy,
         double dz) | 
 Return a new Point3d with a translation by the provided dx, dy and dz. 
 |