Top "Transform" questions

Coordinate and other transformations.

High speed XSLT to convert from XML to CSV

I have been trying to get CSV data from an XML document in most efficient time using XSLT. Following is …

xml xslt csv transform xslt-1.0
Transform (Move/Scale/Rotate) shapes with KineticJS

I'm trying to build a transform manager for KineticJS that would build a bounding box and allow users to scale, …

javascript transform kineticjs
How to control css3 animation rotate direction

I want rotate a element with css3 animation and transform property,which from 20 degree to -20 degree @-moz-keyframes oneRotate{ 0%{ -moz-transform: …

animation css transform rotation direction
How to transform world position to local position in unity 3d for itween

I am struggling in problem that convert world position in local position. i am using iTween plugin in unity. And …

unity3d position transform itween
Get actual pixel coordinates of div after CSS3 transform

Is it possible to get the four actual corner coordinates of a <div /> that has been transformed with …

javascript jquery css transform
Understanding HTML 5 canvas scale and translate order

I'm doing some graphing around a center X,Y of 0,0. When it's time to render, I reposition with translate, and …

javascript html canvas transform scale
square to trapezoid

I know that transforming a square into a trapezoid is a linear transformation, and can be done using the projective …

matrix transform linear-algebra projection perspective
Draw mirrored in C# using System.Drawing.Graphics

I have written a little helper function which performs some sort of drawing operations, which are rather complex. I call …

c# winforms graphics transform mirror
Where can I find an explanation of all transform matrix fields?

I've seen in some document from apple that the matrix behind a CALayer's transform property has fields like m14, m21, …

iphone transform
CATransform3D rotate causes half of image to disappear

I'm using the following code to rotate an image, but half the image (down the y-axis) that has been rotated "…

iphone quartz-graphics transform calayer catransform3d