public static class NIVision.PointDoublePair extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.PointDouble |
end |
NIVision.PointDouble |
start |
Modifier | Constructor and Description |
---|---|
|
PointDoublePair() |
protected |
PointDoublePair(java.nio.ByteBuffer backing,
int offset) |
protected |
PointDoublePair(long nativeObj,
boolean owned) |
|
PointDoublePair(NIVision.PointDouble start,
NIVision.PointDouble end) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.PointDouble start
public NIVision.PointDouble end
public PointDoublePair()
public PointDoublePair(NIVision.PointDouble start, NIVision.PointDouble end)
protected PointDoublePair(java.nio.ByteBuffer backing, int offset)
protected PointDoublePair(long nativeObj, boolean owned)