public static class NIVision.CoordinateSystem extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
angle |
NIVision.AxisOrientation |
axisOrientation |
NIVision.PointFloat |
origin |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public 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)