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 voidapply(double[] coords)voidapply(Coordinates coords)static Rotationdecode(java.lang.String s)java.lang.Stringencode()RotationgetInvert()double[][]getRotation()voidsetRotation(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:
applyin interfaceTransformation
-
apply
public void apply(double[] coords)
- Specified by:
applyin interfaceTransformation
-
encode
public java.lang.String encode()
- Specified by:
encodein interfaceTransformation
-
decode
public static Rotation decode(java.lang.String s)
-
-