Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. Which of the following transform property value defines a 3D transformation, using a 4×4 matrix of 16 values?

  2. A.

     matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)

    B.

     matrix(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)

    C.

     matrix2d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)

    D.

     all of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment