Class Rotation
- java.lang.Object
-
- com.actelion.research.chem.alignment3d.transformation.Rotation
-
- All Implemented Interfaces:
Transformation
public class Rotation extends java.lang.Object implements Transformation
-
-
Field Summary
-
Fields inherited from interface com.actelion.research.chem.alignment3d.transformation.Transformation
ROTATION, SCALING, TRANSLATION
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(double[] coords)
void
apply(Coordinates coords)
static Rotation
decode(java.lang.String s)
java.lang.String
encode()
Rotation
getInvert()
double[][]
getRotation()
void
setRotation(double[][] m)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.actelion.research.chem.alignment3d.transformation.Transformation
apply, apply
-
-
-
-
Method Detail
-
getRotation
public double[][] getRotation()
-
setRotation
public void setRotation(double[][] m)
-
getInvert
public Rotation getInvert()
-
apply
public void apply(Coordinates coords)
- Specified by:
apply
in interfaceTransformation
-
apply
public void apply(double[] coords)
- Specified by:
apply
in interfaceTransformation
-
encode
public java.lang.String encode()
- Specified by:
encode
in interfaceTransformation
-
decode
public static Rotation decode(java.lang.String s)
-
-