public static class NIVision.InspectionAlignment extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.PointFloat |
position |
float |
rotation |
float |
scale |
Modifier | Constructor and Description |
---|---|
|
InspectionAlignment() |
protected |
InspectionAlignment(java.nio.ByteBuffer backing,
int offset) |
protected |
InspectionAlignment(long nativeObj,
boolean owned) |
|
InspectionAlignment(NIVision.PointFloat position,
double rotation,
double scale) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.PointFloat position
public float rotation
public float scale
public InspectionAlignment()
public InspectionAlignment(NIVision.PointFloat position, double rotation, double scale)
protected InspectionAlignment(java.nio.ByteBuffer backing, int offset)
protected InspectionAlignment(long nativeObj, boolean owned)