Home
last modified time | relevance | path

Searched defs:Vector4d (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/java3d/java3d-1.5.2/vecmath/src/javax/vecmath/
H A DVector4d.java41 public class Vector4d extends Tuple4d implements java.io.Serializable { class
53 public Vector4d(double x, double y, double z, double w) in Vector4d() method in Vector4d
63 public Vector4d(double[] v) in Vector4d() method in Vector4d
72 public Vector4d(Vector4d v1) in Vector4d() method in Vector4d
81 public Vector4d(Vector4f v1) in Vector4d() method in Vector4d
90 public Vector4d(Tuple4f t1) in Vector4d() method in Vector4d
99 public Vector4d(Tuple4d t1) in Vector4d() method in Vector4d
114 public Vector4d(Tuple3d t1) { in Vector4d() method in Vector4d
122 public Vector4d() in Vector4d() method in Vector4d
/dports/multimedia/assimp/assimp-5.1.3/port/assimp_rs/src/structs/vec/
H A Dvec.rs12 struct Vector4d { struct
13 x: f32,
14 y: f32,
38 impl Vector4d { argument
39 pub fn new(x_f32: f32, y_f32: f32, z_f32: f32, w_f32: f32) -> Vector4d { in new()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/emi/
H A Dfiletools.h64 struct Vector4d { struct
65 float x;
66 float y;
67 float z;
68 float w;
69 std::string toString() { in toString()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/tranformations/
H A DVector4d.java20 public class Vector4d { class
24 public Vector4d(double x, double y, double z, double w) { in Vector4d() method in Vector4d
/dports/games/scummvm/scummvm-2.5.1/math/
H A Dvector4d.h35 typedef Matrix<4, 1> Vector4d; typedef
/dports/games/residualvm/residualvm-0.3.1/math/
H A Dvector4d.h34 typedef Matrix<4, 1> Vector4d; typedef
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/
H A DPointCloudShape.cpp216 const std::vector<Eigen::Vector4d, Eigen::aligned_allocator<Eigen::Vector4d> >&
236 void PointCloudShape::notifyColorUpdated(const Eigen::Vector4d& /*color*/) in notifyColorUpdated()
H A DShape.cpp174 void Shape::notifyColorUpdated(const Eigen::Vector4d& /*color*/) in notifyColorUpdated()
H A DVoxelGridShape.cpp214 void VoxelGridShape::notifyColorUpdated(const Eigen::Vector4d& /*color*/) in notifyColorUpdated()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs/
H A Dvector_pb2.py515 Vector4d = _reflection.GeneratedProtocolMessageType( variable
H A Dvector.proto6 message Vector4d { message
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/robots/
H A Dvector_pb2.py551 Vector4d = _reflection.GeneratedProtocolMessageType('Vector4d', (_message.Message,), { variable
H A Dvector.proto8 message Vector4d { message
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Dpoint.h120 typedef Eigen::Matrix<double,4,1> Vector4d; typedef
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Dpoint.h120 typedef Eigen::Matrix<double,4,1> Vector4d; typedef
/dports/cad/repsnapper/repsnapper-2.5a4/src/
H A Dstdafx.h68 typedef vmml::vec4d Vector4d; typedef
/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DVector.h328 typedef VectorGeneric<4> Vector4d; typedef
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/detail/
H A DHeightmapShape-impl.hpp182 void HeightmapShape<S>::notifyColorUpdated(const Eigen::Vector4d& /*color*/) in notifyColorUpdated()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dvector.h425 typedef Vector<double, 4> Vector4d; typedef
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/src/
H A DVector4_TEST.cc27 TEST(Vector4dTest, Vector4d) in TEST() argument
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/test/
H A Dopenglsupport.cpp323 typedef Vector4d Vector4d; in test_openglsupport() typedef
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/test/
H A Dopenglsupport.cpp323 typedef Vector4d Vector4d; in test_openglsupport() typedef
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/test/
H A Dopenglsupport.cpp323 typedef Vector4d Vector4d; in test_openglsupport() typedef
/dports/misc/dartsim/dart-6.11.1/dart/gui/
H A DRenderInterface.cpp191 void RenderInterface::setPenColor(const Eigen::Vector4d& /*_col*/) in setPenColor()
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/include/ignition/math/
H A DVector4.hh589 typedef Vector4<double> Vector4d; typedef

12