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