Uses of Class
com.agisoft.metashape.Vector2d
Packages that use Vector2d
-
Uses of Vector2d in com.agisoft.metashape
Methods in com.agisoft.metashape that return Vector2dModifier and TypeMethodDescriptionVector sum.static Vector2d[]Vector2d.cArrayWrap(long[] cArray, boolean cMemoryOwn) Matrix2x3d.col(int n) Elevation.getBottomRight()Coordinates of the bottom right corner.Orthomosaic.getBottomRight()Coordinates of the bottom right orthomosaic corner.Model.TexVertex.getCoord()Vertex texture coordinates.Return projection error.RPCModel.getImageOffset()RPCModel.getImageScale()BBox2d.getMax()Maximum bounding box corner.BBox2d.getMin()Minimum bounding box corner.Marker.Projection.getPoint()PointCloud.Projection.getPoint()Elevation.getTopLeft()Coordinates of the top left corner.Orthomosaic.getTopLeft()Coordinates of the top left orthomosaic corner.Vector2d[]Geometry.getVertices2D()Vector2d.mul(double c) Multiplication by scalar.Vector2d.normalized()Normalized vector.Return projected pixel coordinates of the point.Vector difference.Methods in com.agisoft.metashape with parameters of type Vector2dModifier and TypeMethodDescriptionVector sum.static final voidMetashapeJNI.BBox2d_setMax(long jarg1, BBox2d jarg1_, long jarg2, Vector2d jarg2_) static final voidMetashapeJNI.BBox2d_setMin(long jarg1, BBox2d jarg1_, long jarg2, Vector2d jarg2_) static final longMetashapeJNI.Calibration_getError(long jarg1, Calibration jarg1_, long jarg2, Vector3d jarg2_, long jarg3, Vector2d jarg3_) static final voidMetashapeJNI.Calibration_save(long jarg1, Calibration jarg1_, String jarg2, int jarg3, String jarg4, long jarg5, Vector2d jarg5_, double jarg6, double jarg7, double jarg8) static final longMetashapeJNI.Calibration_unproject(long jarg1, Calibration jarg1_, long jarg2, Vector2d jarg2_) static final longMetashapeJNI.Camera_getError(long jarg1, Camera jarg1_, long jarg2, Vector3d jarg2_, long jarg3, Vector2d jarg3_) static final longMetashapeJNI.Camera_unproject__SWIG_0(long jarg1, Camera jarg1_, long jarg2, Vector2d jarg2_) static long[]Vector2d.cArrayUnwrap(Vector2d[] arrayWrapper) doubleDot product.static final longMetashapeJNI.Geometry_makePoint__SWIG_2(long jarg1, Vector2d jarg1_) static longReturn projection error.static GeometryGeometry.makeLineString(Vector2d[] vertices) static Geometrystatic GeometryGeometry.makePolygon(Vector2d[] exterior_ring) static final voidMetashapeJNI.Marker_Projection_setPoint(long jarg1, Marker.Projection jarg1_, long jarg2, Vector2d jarg2_) static final longMetashapeJNI.Matrix3x3d_mulp(long jarg1, Matrix3x3d jarg1_, long jarg2, Vector2d jarg2_) static final longMetashapeJNI.Matrix3x3d_mulv(long jarg1, Matrix3x3d jarg1_, long jarg2, Vector2d jarg2_) static final voidMetashapeJNI.Model_TexVertex_setCoord(long jarg1, Model.TexVertex jarg1_, long jarg2, Vector2d jarg2_) static final longMetashapeJNI.new_BBox2d__SWIG_1(long jarg1, Vector2d jarg1_, long jarg2, Vector2d jarg2_) static final voidMetashapeJNI.PointCloud_Projection_point_set(long jarg1, PointCloud.Projection jarg1_, long jarg2, Vector2d jarg2_) static final voidMetashapeJNI.RPCModel_setImageOffset(long jarg1, RPCModel jarg1_, long jarg2, Vector2d jarg2_) static final voidMetashapeJNI.RPCModel_setImageScale(long jarg1, RPCModel jarg1_, long jarg2, Vector2d jarg2_) voidCalibration.save(String path, CalibrationFormat format, String label, Vector2d pixel_size, double focal_length, double cx, double cy) Save calibration to file.voidVertex texture coordinates.voidRPCModel.setImageOffset(Vector2d image_offset) voidRPCModel.setImageScale(Vector2d image_scale) voidMaximum bounding box corner.voidMinimum bounding box corner.voidvoidvoidGeometry.setVertices2D(Vector2d[] vertices) Vector difference.Return direction corresponding to the image point.static final longMetashapeJNI.Vector2d_add(long jarg1, Vector2d jarg1_, long jarg2, Vector2d jarg2_) static final doubleMetashapeJNI.Vector2d_dot(long jarg1, Vector2d jarg1_, long jarg2, Vector2d jarg2_) static final double[]MetashapeJNI.Vector2d_getData(long jarg1, Vector2d jarg1_) static final doubleMetashapeJNI.Vector2d_getX(long jarg1, Vector2d jarg1_) static final doubleMetashapeJNI.Vector2d_getY(long jarg1, Vector2d jarg1_) static final longMetashapeJNI.Vector2d_mul(long jarg1, Vector2d jarg1_, double jarg2) static final doubleMetashapeJNI.Vector2d_norm(long jarg1, Vector2d jarg1_) static final longMetashapeJNI.Vector2d_normalized(long jarg1, Vector2d jarg1_) static final voidMetashapeJNI.Vector2d_setX(long jarg1, Vector2d jarg1_, double jarg2) static final voidMetashapeJNI.Vector2d_setY(long jarg1, Vector2d jarg1_, double jarg2) static final longMetashapeJNI.Vector2d_sub(long jarg1, Vector2d jarg1_, long jarg2, Vector2d jarg2_) Constructors in com.agisoft.metashape with parameters of type Vector2d