Lines Matching refs:setRandom
32 TYPE value; value.setRandom(); \
140 Matrix4f mf44; mf44.setRandom();
143 Matrix4d md44; md44.setRandom();
155 Transform<float,3,AffineCompact> acf3; acf3.matrix().setRandom();
163 Transform<float,3,Projective> pf3; pf3.matrix().setRandom();
167 Transform<double,3,AffineCompact> acd3; acd3.matrix().setRandom();
175 Transform<double,3,Projective> pd3; pd3.matrix().setRandom();
181 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 0;
183 Vector2d vd2; vd2.setRandom(); Vector3d vd23; vd23 << vd2, 0;
186 Vector3f vf3; vf3.setRandom();
188 Vector3d vd3; vd3.setRandom();
191 Translation<float,3> tf3; tf3.vector().setRandom();
194 Translation<double,3> td3; td3.vector().setRandom();
200 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 1;
202 Vector2d vd2; vd2.setRandom(); Vector3d vd23; vd23 << vd2, 1;
205 Vector3f vf3; vf3.setRandom();
207 Vector3d vd3; vd3.setRandom();