public class CallTransform3D
extends java.lang.Object
| Constructor and Description |
|---|
CallTransform3D(com.ptc.pfc.pfcBase.Transform3D transform) |
| Modifier and Type | Method and Description |
|---|---|
static CallTransform3D |
create(CallMatrix3D matrix) |
CallMatrix3D |
getMatrix() |
CallPoint3D |
getOrigin() |
com.ptc.pfc.pfcBase.Transform3D |
getTransform() |
CallVector3D |
getXAxis() |
CallVector3D |
getYAxis() |
CallVector3D |
getZAxis() |
void |
invert() |
void |
setMatrix(CallMatrix3D value) |
CallPoint3D |
transformPoint(CallPoint3D input) |
CallVector3D |
transformVector(CallVector3D input) |
public CallTransform3D(com.ptc.pfc.pfcBase.Transform3D transform)
public CallMatrix3D getMatrix() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallPoint3D getOrigin() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallVector3D getXAxis() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallVector3D getYAxis() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallVector3D getZAxis() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallTransform3D create(CallMatrix3D matrix) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void invert()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallPoint3D transformPoint(CallPoint3D input) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallVector3D transformVector(CallVector3D input) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setMatrix(CallMatrix3D value) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcBase.Transform3D getTransform()