public static class NIVision.AxisReport extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.PointFloat |
mainAxisEnd |
NIVision.PointFloat |
origin |
NIVision.PointFloat |
secondaryAxisEnd |
Modifier | Constructor and Description |
---|---|
|
AxisReport() |
protected |
AxisReport(java.nio.ByteBuffer backing,
int offset) |
protected |
AxisReport(long nativeObj,
boolean owned) |
|
AxisReport(NIVision.PointFloat origin,
NIVision.PointFloat mainAxisEnd,
NIVision.PointFloat secondaryAxisEnd) |
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 NIVision.PointFloat mainAxisEnd
public NIVision.PointFloat secondaryAxisEnd
public AxisReport()
public AxisReport(NIVision.PointFloat origin, NIVision.PointFloat mainAxisEnd, NIVision.PointFloat secondaryAxisEnd)
protected AxisReport(java.nio.ByteBuffer backing, int offset)
protected AxisReport(long nativeObj, boolean owned)