public class CallMatrix3D
extends java.lang.Object
| Constructor and Description |
|---|
CallMatrix3D(com.ptc.pfc.pfcBase.Matrix3D matrix) |
| Modifier and Type | Method and Description |
|---|---|
static CallMatrix3D |
create() |
double |
get(int idx0,
int idx1) |
com.ptc.pfc.pfcBase.Matrix3D |
getMatrix() |
void |
set(int idx0,
int idx1,
double value) |
public double get(int idx0,
int idx1)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void set(int idx0,
int idx1,
double value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallMatrix3D create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcBase.Matrix3D getMatrix()