Lines Matching defs:value
48 // Create an perspective matrix, the distance value represents the distance between the user and the z=0 plane. not
68 void SetEntry(int32_t row, int32_t col, double value);
88 inline void Set(int32_t row, int32_t col, double value)
92 matrix4x4_[col][row] = value;
130 bool SetEntry(int32_t row, int32_t col, double value);
143 // Make sure that the value of index is less than 4.
149 // Make sure that the value of index is less than 4.
155 // Make sure that the value of row is less than 4 and col is less than columns.
187 bool SetEntry(int32_t row, int32_t col, double value);
197 // Make sure that the value of index is less than rows.
203 // Make sure that the value of index is less than rows.
209 // Make sure that the value of row is less than rows and col is less than 4.