public static class NIVision.AxisReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.PointFloat |
mainAxisEnd |
NIVision.PointFloat |
origin |
NIVision.PointFloat |
secondaryAxisEnd |
backing| 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 |
|---|---|
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 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)
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