public static class NIVision.CoordinateSystem extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
float |
angle |
NIVision.AxisOrientation |
axisOrientation |
NIVision.PointFloat |
origin |
backing| Modifier | Constructor and Description |
|---|---|
|
CoordinateSystem() |
protected |
CoordinateSystem(java.nio.ByteBuffer backing,
int offset) |
protected |
CoordinateSystem(long nativeObj,
boolean owned) |
|
CoordinateSystem(NIVision.PointFloat origin,
double angle,
NIVision.AxisOrientation axisOrientation) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic NIVision.PointFloat origin
public float angle
public NIVision.AxisOrientation axisOrientation
public CoordinateSystem()
public CoordinateSystem(NIVision.PointFloat origin, double angle, NIVision.AxisOrientation axisOrientation)
protected CoordinateSystem(java.nio.ByteBuffer backing,
int offset)
protected CoordinateSystem(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct