OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vd23
(Results
1 - 1
of
1
) sorted by null
/external/eigen/unsupported/test/
openglsupport.cpp
183
Vector2d vd2; vd2.setRandom(); Vector3d
vd23
;
vd23
<< vd2, 0;
local
184
VERIFY_MATRIX(glTranslate(vd2), Projective3d(Translation3d(
vd23
)).matrix());
202
Vector2d vd2; vd2.setRandom(); Vector3d
vd23
;
vd23
<< vd2, 1;
local
203
VERIFY_MATRIX(glScale(vd2), Projective3d(Scaling(
vd23
)).matrix());
Completed in 327 milliseconds