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