public class DXFExtrusion
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
n |
protected Vector |
x |
protected Vector |
y |
| Constructor and Description |
|---|
DXFExtrusion() |
| Modifier and Type | Method and Description |
|---|---|
Point |
extrudePoint(Point basePoint,
double elevation) |
Vector |
getDirectionX()
Calculate and returns the x direction of the plane.
|
Vector |
getDirectionY()
Calculate the y direction of the plane.
|
Vector |
getDirectionZ() |
Vector |
getNormal()
Return the normal direction of the plane.
|
double |
getX() |
double |
getY() |
double |
getZ() |
void |
setX(double x)
Set the x value of the extrusion direction.
|
void |
setY(double y)
Set the x value of the extrusion direction.
|
void |
setZ(double z)
Set the x value of the extrusion direction.
|
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public double getZ()
public void setZ(double z)
public Vector getDirectionX()
public Vector getDirectionY()
public Vector getNormal()
public Vector getDirectionZ()
getNormal()