|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcct.math.PointGroup
public class PointGroup
Title:
Description:
Copyright: Copyright (c) 2007
Company: ANU
Field Summary | |
---|---|
(package private) static float |
HALF_PI_FLOAT
|
(package private) static float |
PI_FLOAT
|
(package private) static double |
Tolerance
|
(package private) static float |
TWO_PI_FLOAT
|
(package private) static java.util.HashSet<java.lang.String> |
validSymmetrySymbols
|
Method Summary | |
---|---|
static void |
applySymmetry(java.lang.String symbol,
int axisOrder,
java.util.ArrayList points)
Not implemented yet.... |
static java.lang.Object[] |
generatePoints(java.lang.String symbol,
int axisOrder,
Point3fInterface point)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static double Tolerance
static final float TWO_PI_FLOAT
static final float PI_FLOAT
static final float HALF_PI_FLOAT
static final java.util.HashSet<java.lang.String> validSymmetrySymbols
Method Detail |
---|
public static void applySymmetry(java.lang.String symbol, int axisOrder, java.util.ArrayList points) throws java.lang.Exception
symbol
- StringaxisOrder
- intpoints
- ArrayList
java.lang.Exception
public static java.lang.Object[] generatePoints(java.lang.String symbol, int axisOrder, Point3fInterface point)
symbol
- StringaxisOrder
- intpoint
- Point3fInterface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |