public static class NIVision.FocalLength extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
float |
fx |
float |
fy |
backing| Modifier | Constructor and Description |
|---|---|
|
FocalLength() |
protected |
FocalLength(java.nio.ByteBuffer backing,
int offset) |
|
FocalLength(double fx,
double fy) |
protected |
FocalLength(long nativeObj,
boolean owned) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic FocalLength()
public FocalLength(double fx,
double fy)
protected FocalLength(java.nio.ByteBuffer backing,
int offset)
protected FocalLength(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct