|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vector2d | |
---|---|
com.metaio.sdk.jni |
Uses of Vector2d in com.metaio.sdk.jni |
---|
Methods in com.metaio.sdk.jni that return Vector2d | |
---|---|
Vector2d |
Vector2d.add(Vector2d rhs)
|
Vector2d |
Vector2d.cwiseProduct(Vector2d rhs)
|
Vector2d |
Vector2d.cwiseQuotient(Vector2d rhs)
|
Vector2d |
Correspondence2D3D.getObservedPoint()
observed 2D point (e.g. |
Vector2d |
IMetaioSDK.getScreenCoordinatesFrom3DPosition(int coordinateSystemID,
Vector3d point)
|
Vector2d |
Vector2d.multiply(float rhs)
|
Vector2d |
Vector2d.subtract(Vector2d rhs)
|
Methods in com.metaio.sdk.jni with parameters of type Vector2d | |
---|---|
Vector2d |
Vector2d.add(Vector2d rhs)
|
Vector2d |
Vector2d.cwiseProduct(Vector2d rhs)
|
Vector2d |
Vector2d.cwiseQuotient(Vector2d rhs)
|
float |
Vector2d.dot(Vector2d rhs)
|
static boolean |
MetaioSDK.equals(Vector2d lhs,
Vector2d rhs)
|
Vector3d |
IMetaioSDK.get3DPositionFromScreenCoordinates(int coordinateSystemID,
Vector2d point)
Note: There must be a model loaded for the specific coordinateSystemID, otherwise the function will only return (0,0,0) |
void |
IMetaioSDK.getCameraParameters(Vector2di imageResolution,
Vector2d focalLengths,
Vector2d principalPoint)
|
static long |
Vector2d.getCPtr(Vector2d obj)
|
void |
Correspondence2D3D.setObservedPoint(Vector2d value)
observed 2D point (e.g. |
Vector2d |
Vector2d.subtract(Vector2d rhs)
|
Constructors in com.metaio.sdk.jni with parameters of type Vector2d | |
---|---|
Correspondence2D3D(Vector2d observed,
Vector3d reference)
|
|
Vector2d(Vector2d other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |