Lines Matching +defs:k +defs:y
36 Matrix4 Matrix4::CreateTranslate(double x, double y, double z) in CreateTranslate()
41 Matrix4 Matrix4::CreateScale(double x, double y, double z) in CreateScale()
55 double y = dy / sqrt(sum); in CreateRotate() local
73 Matrix4 Matrix4::CreateSkew(double x, double y) in CreateSkew()
79 Matrix4 Matrix4::CreateFactorSkew(double x, double y) in CreateFactorSkew()
85 Matrix4 Matrix4::CreateFactorPerspective(double x, double y) in CreateFactorPerspective()
114 Matrix4 Matrix4::QuaternionToMatrix(double x, double y, double z, double w) in QuaternionToMatrix()
162 void Matrix4::SetScale(double x, double y, double z) in SetScale()
318 for (auto k = 0; k < DIMENSION; k++) { in operator *() local
330 double y = point.GetY(); in operator *() local
464 for (auto k = 0; k < columns_; k++) { in operator *() local