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