public class JLTransform
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
JLPoint |
origin
The transform's origin as given by Creo
|
java.lang.Double |
xrot
The transform's X-rotation as calculated
|
JLPoint |
xvector
The transform's X-axis as given by Creo
|
java.lang.Double |
yrot
The transform's Y-rotation as calculated
|
JLPoint |
yvector
The transform's Y-axis as given by Creo
|
java.lang.Double |
zrot
The transform's Z-rotation as calculated
|
JLPoint |
zvector
The transform's Z-axis as given by Creo
|
| Constructor and Description |
|---|
JLTransform() |
public JLPoint origin
public JLPoint xvector
public JLPoint yvector
public JLPoint zvector
public java.lang.Double xrot
public java.lang.Double yrot
public java.lang.Double zrot