org.jmol.util
public final class Measure extends Object
Field Summary | |
---|---|
static float | radiansPerDegree |
Method Summary | |
---|---|
static float | computeAngle(Point3f pointA, Point3f pointB, Point3f pointC, Vector3f vectorBA, Vector3f vectorBC, boolean asDegrees) |
static float | computeAngle(Point3f pointA, Point3f pointB, Point3f pointC, boolean asDegrees) |
static float | computeTorsion(Point3f p1, Point3f p2, Point3f p3, Point3f p4, boolean asDegrees) |