Top "Transform" questions

Coordinate and other transformations.

Transform not Working on IOS

So I am facing this little problem implement this code on iOS because I am not familiar how iOS works. …

ios css transform
OpenGL: scale then translate? and how?

I've got some 2D geometry. I want to take some bounding rect around my geometry, and then render a smaller …

opengl graphics transform
How to apply multiple transforms in Swift

I would like to apply multiple transforms to a UIView (or subclass of UIView), such as translate, rotate, and scale. …

ios swift uiview transform cgaffinetransform
Rotation in Unity3D

This is a simplified code from what I'm trying to do: var angle = 1.57; if ( this.transform.rotation.y > angle ){ …

rotation transform unity3d euler-angles
ASP.Net Web Application Add Config Transform Grayed Out

I added an existing ASP.Net web application project to my solution. In addition to the standard debug and release …

asp.net web-config transform
Algorithm to transform one word to another through valid words

I came across this variation of edit-distance problem: Design an algorithm which transforms a source word to a target word. …

algorithm string transform
CSS Transform scale, don't scale child element

If I have a div with a few child elements and it's being css transform scaled. I've got one child …

css transform
Replacing IIS rewrite rules in web.config transform

I have some IIS rewrite rules that I want to vary by environment. The development rewrite rules are in the …

asp.net iis url-rewriting web-config transform
Compass Transform Mixin

I have the following CSS: .progress-bar { transform: rotate(0deg) scale(1) skew(-50deg) translate(2px); -webkit-transform: rotate(0deg) scale(1) skew(…

css sass transform compass-sass
How do I use the matrix transform and other transform CSS properties?

When using the transform property in CSS, one of the possible methods is the matrix method that requires 6 input fields. …

css transform css-transforms