Lines Matching refs:rotation
52 // Similar to CSS/SVG SkewX [1] with an explicit rotation.
150 // Axis-wise rotation and orientation are mapped to the same rotation property (3D rotation).
172 SkV3 TransformAdapter3D::rotation() const {
173 // orientation and axis-wise rotation map onto the same property.
181 rotation = this->rotation();
184 * SkM44::Rotate({ 1, 0, 0 }, SkDegreesToRadians(rotation.x))
185 * SkM44::Rotate({ 0, 1, 0 }, SkDegreesToRadians(rotation.y))
186 * SkM44::Rotate({ 0, 0, 1 }, SkDegreesToRadians(rotation.z))