|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.iver.cit.javacad.util.AcadExtrusionCalculator
This class allows to apply the extrusion transformation of Autocad given by an array of doubles to a point given by an array of doubles too. The result of this transformation is a Point2D
Constructor Summary | |
AcadExtrusionCalculator()
|
Method Summary | |
static double[] |
CalculateAcadExtrusion(double[] coord_in,
double[] xtru)
Method that allows to apply the extrusion transformation of Autocad |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AcadExtrusionCalculator()
Method Detail |
public static double[] CalculateAcadExtrusion(double[] coord_in, double[] xtru)
coord_in
- Array of doubles that represents the input coordinatesxtru
- array of doubles that contanins the extrusion parameters
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |