public class RotationAxisAligner extends AxisAligner
| Constructor and Description |
|---|
RotationAxisAligner(QuatSymmetryResults results) |
| Modifier and Type | Method and Description |
|---|---|
javax.vecmath.Point3d |
getCentroid() |
javax.vecmath.Vector3d |
getDimension() |
javax.vecmath.Matrix4d |
getGeometicCenterTransformation()
Returns a transformation matrix transform polyhedra for Cn structures.
|
javax.vecmath.Point3d |
getGeometricCenter()
Returns the geometric center of polyhedron.
|
List<List<Integer>> |
getOrbits() |
javax.vecmath.Vector3d[] |
getPrincipalAxesOfInertia() |
javax.vecmath.Vector3d |
getPrincipalRotationAxis() |
double |
getRadius()
Returns the radius for drawing the minor rotation axis in the xy-plane
|
javax.vecmath.Matrix4d |
getReverseTransformation() |
RotationGroup |
getRotationGroup() |
javax.vecmath.Matrix3d |
getRotationMatrix() |
javax.vecmath.Vector3d |
getRotationReferenceAxis() |
Subunits |
getSubunits() |
String |
getSymmetry() |
javax.vecmath.Matrix4d |
getTransformation() |
getInstancepublic RotationAxisAligner(QuatSymmetryResults results)
public String getSymmetry()
getSymmetry in class AxisAlignerpublic javax.vecmath.Matrix4d getTransformation()
getTransformation in class AxisAlignerpublic javax.vecmath.Matrix3d getRotationMatrix()
getRotationMatrix in class AxisAlignerpublic javax.vecmath.Matrix4d getReverseTransformation()
getReverseTransformation in class AxisAlignerpublic javax.vecmath.Vector3d getPrincipalRotationAxis()
getPrincipalRotationAxis in class AxisAlignerpublic javax.vecmath.Vector3d getRotationReferenceAxis()
getRotationReferenceAxis in class AxisAlignerpublic javax.vecmath.Vector3d[] getPrincipalAxesOfInertia()
getPrincipalAxesOfInertia in class AxisAlignerpublic javax.vecmath.Vector3d getDimension()
getDimension in class AxisAlignerpublic double getRadius()
getRadius in class AxisAlignerpublic javax.vecmath.Matrix4d getGeometicCenterTransformation()
getGeometicCenterTransformation in class AxisAlignerpublic javax.vecmath.Point3d getGeometricCenter()
getGeometricCenter in class AxisAlignerpublic javax.vecmath.Point3d getCentroid()
getCentroid in class AxisAlignerpublic Subunits getSubunits()
getSubunits in class AxisAlignerpublic RotationGroup getRotationGroup()
public List<List<Integer>> getOrbits()
getOrbits in class AxisAlignerCopyright © 2000–2016 BioJava. All rights reserved.