Package one.empty3.gui
Class ModifyR
- java.lang.Object
-
- one.empty3.gui.ModifyR
-
- Direct Known Subclasses:
RotateR
,TranslateR
public class ModifyR extends java.lang.Object
Created by manue on 17-11-19.
-
-
Field Summary
Fields Modifier and Type Field Description protected LineSegment[]
axes
protected double[]
posAxe
protected Representable
representable
protected java.util.HashMap<java.lang.Integer,java.lang.Double>
rotAxes
protected Matrix33
vectorsDir
-
Constructor Summary
Constructors Constructor Description ModifyR(ZBufferImpl impl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
calculerAxes()
LineSegment[]
getAxes()
RepresentableConteneur
getRepresentableConteneur()
void
init(Point3D selectedPoint, Representable representable)
void
setAxes(LineSegment[] axes)
void
setRepresentableConteneur(RepresentableConteneur representableConteneur)
-
-
-
Field Detail
-
representable
protected Representable representable
-
vectorsDir
protected Matrix33 vectorsDir
-
axes
protected LineSegment[] axes
-
posAxe
protected double[] posAxe
-
rotAxes
protected java.util.HashMap<java.lang.Integer,java.lang.Double> rotAxes
-
-
Constructor Detail
-
ModifyR
public ModifyR(ZBufferImpl impl)
-
-
Method Detail
-
init
public void init(Point3D selectedPoint, Representable representable)
-
calculerAxes
public void calculerAxes()
-
getAxes
public LineSegment[] getAxes()
-
setAxes
public void setAxes(LineSegment[] axes)
-
getRepresentableConteneur
public RepresentableConteneur getRepresentableConteneur()
-
setRepresentableConteneur
public void setRepresentableConteneur(RepresentableConteneur representableConteneur)
-
-