Package one.empty3.gui
Class TranslateR
- java.lang.Object
-
- one.empty3.gui.ModifyR
-
- one.empty3.gui.TranslateR
-
public class TranslateR extends ModifyR
Translate around Object's axis. New axis. Re
-
-
Field Summary
-
Fields inherited from class one.empty3.gui.ModifyR
axes, posAxe, representable, rotAxes, vectorsDir
-
-
Constructor Summary
Constructors Constructor Description TranslateR(ZBufferImpl impl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endMove(java.awt.Point p0)
LineSegment[]
segments()
void
startMove()
-
Methods inherited from class one.empty3.gui.ModifyR
calculerAxes, getAxes, getRepresentableConteneur, init, setAxes, setRepresentableConteneur
-
-
-
-
Constructor Detail
-
TranslateR
public TranslateR(ZBufferImpl impl)
-
-
Method Detail
-
segments
public LineSegment[] segments()
-
startMove
public void startMove()
-
endMove
public void endMove(java.awt.Point p0)
-
-