org.tm4j.panckoucke.impl.renderer.graph .Point3Dim

Description

This represents a position in an xyz Coordinate System

Inheritance Hierarchy

Method Summary
void equals(java.lang.Object object)
void getZ()
Returns the z.
void move(double xIncrement,double yIncrement,double zIncrement)
Moves this point by adding this to its coordinates
void setZ(double z)
Sets the z.
java.lang.String toString()