Class IcosahedralSampler
java.lang.Object
org.biojava.nbio.structure.symmetry.geometry.IcosahedralSampler
Represents an even coverage of quaternion space by 60 points. This grid is
defined by the vertices of one half of a hexacosichoron (600-cell). It
approximates all possible orientations to within 44.48 degrees.
- Author:
- Peter
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
getAxisAngle
(int index, javax.vecmath.AxisAngle4d axisAngle) static javax.vecmath.Quat4d
getQuat4d
(int index) static int
-
Method Details
-
getSphereCount
public static int getSphereCount() -
getQuat4d
public static javax.vecmath.Quat4d getQuat4d(int index) -
getAxisAngle
public static void getAxisAngle(int index, javax.vecmath.AxisAngle4d axisAngle)
-