/external/opencv3/modules/python/test/ |
transformations.py | 439 def projection_matrix(point, normal, direction=None, function 448 >>> P = projection_matrix((0, 0, 0), (1, 0, 0)) 455 >>> P0 = projection_matrix(point, normal) 456 >>> P1 = projection_matrix(point, normal, direction=direct) 457 >>> P2 = projection_matrix(point, normal, perspective=persp) 458 >>> P3 = projection_matrix(point, normal, perspective=persp, pseudo=True) 461 >>> P = projection_matrix((3, 0, 0), (1, 1, 0), (1, 0, 0)) 504 Return values are same as arguments for projection_matrix function: 511 >>> P0 = projection_matrix(point, normal) 513 >>> P1 = projection_matrix(*result [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv20_state_tnl.c | 372 BEGIN_NV04(push, NV20_3D(PROJECTION_MATRIX(0)), 16);
|
nv10_state_tnl.c | 484 BEGIN_NV04(push, NV10_3D(PROJECTION_MATRIX(0)), 16);
|
/external/vulkan-validation-layers/demos/ |
cube.c | 404 mat4x4 projection_matrix; member in struct:demo 657 mat4x4_mul(VP, demo->projection_matrix, demo->view_matrix); [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
gl_API.xml | 311 <enum name="PROJECTION_MATRIX" count="16" value="0x0BA7"> [all...] |