1vpIdentityMatrix(3) Library Functions Manual vpIdentityMatrix(3)
2
3
4
6 vpIdentityMatrix - load the identity matrix into the current transfor‐
7 mation matrix
8
10 #include <volpack.h>
11
12 vpResult
13 vpIdentityMatrix(vpc)
14 vpContext *vpc;
15
17 vpc VolPack context from vpCreateContext.
18
20 vpIdentityMatrix is used to load a 4-by-4 identity matrix into the cur‐
21 rent transformation matrix. Use vpCurrentMatrix to set the current
22 transformation matrix.
23
25 The return value is always VP_OK.
26
28 VolPack(3), vpCreateContext(3), vpCurrentMatrix(3), vpGetMatrix(3)
29
30
31
32VolPack vpIdentityMatrix(3)