HomeSort by relevance Sort by last modified time
    Searched refs:projection_matrix (Results 1 - 2 of 2) sorted by null

  /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/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...]

Completed in 1720 milliseconds