Home
last modified time | relevance | path

Searched defs:Matrix4d (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/open3d/Open3D-0.2/src/Visualization/Utility/
H A DPointCloudPicker.cpp62 void PointCloudPicker::Transform(const Eigen::Matrix4d &/*transformation*/) in Transform()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Visualization/Utility/
H A DPointCloudPicker.cpp62 void PointCloudPicker::Transform(const Eigen::Matrix4d &/*transformation*/) in Transform()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/
H A Dcorrespondence_rejection_organized_boundary.h129 updateSource(const Eigen::Matrix4d&) in updateSource()
/dports/java/java3d/java3d-1.5.2/vecmath/src/javax/vecmath/
H A DMatrix4d.java41 public class Matrix4d implements java.io.Serializable, Cloneable { class
152 public Matrix4d(double m00, double m01, double m02, double m03, in Matrix4d() method in Matrix4d
184 public Matrix4d(double[] v) in Matrix4d() method in Matrix4d
217 public Matrix4d(Quat4d q1, Vector3d t1, double s) in Matrix4d() method in Matrix4d
251 public Matrix4d(Quat4f q1, Vector3d t1, double s) in Matrix4d() method in Matrix4d
281 public Matrix4d(Matrix4d m1) in Matrix4d() method in Matrix4d
310 public Matrix4d(Matrix4f m1) in Matrix4d() method in Matrix4d
343 public Matrix4d(Matrix3f m1, Vector3d t1, double s) in Matrix4d() method in Matrix4d
376 public Matrix4d(Matrix3d m1, Vector3d t1, double s) in Matrix4d() method in Matrix4d
403 public Matrix4d() in Matrix4d() method in Matrix4d
/dports/games/glest/glest_source_3.2.2/source/shared_lib/include/graphics/
H A Dmatrix.h157 typedef Matrix4<double> Matrix4d; typedef
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/
H A Dmatrix.h156 typedef Matrix4<double> Matrix4d; typedef
/dports/cad/repsnapper/repsnapper-2.5a4/src/
H A Dstdafx.h70 typedef vmml::mat4d Matrix4d; typedef
/dports/games/trackballs/trackballs-1.3.3/src/
H A Dgeneral.h44 typedef Real Matrix4d[4][4]; typedef
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dmatrix.h512 typedef Matrix<double, 4, 4> Matrix4d; typedef
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/include/ignition/math/
H A DMatrix4.hh922 typedef Matrix4<double> Matrix4d; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuMatrix.hpp525 typedef Matrix<double, 4, 4> Matrix4d; typedef