Top "Transform" questions

Coordinate and other transformations.

Getting Screen Positions of D3 Nodes After Transform

I'm trying to get the screen position of a node after the layout has been transformed by d3.behavior.zoom() …

d3.js position zoom transform
Reshaping an array to data.frame

I have the following data structure (an "atomic vector?") output from daply in plyr, in which I had the function …

r transform dataframe reshape
Operational Transformation library?

I'm looking for a library that would allow me to synchronize text in real-time between multiple users (ala Google Docs). …

transform etherpad operational
How to do transforms on a CALayer?

Before writing this question, I've had experience with Affine transforms for views read the Transforms documentation in the Quartz 2D …

ios swift transform calayer
Using transform: scale results in blurry images

In our catalog view (online store) we use javascript to get different views of the products and scale the images …

css safari transform scale
How to get value of translateX and translateY?

I want to get translateY value from the in-line css with the JavaScript. Here is the in-line value: style ="transition-property: …

javascript css transform transition
Python Pandas: how to add a totally new column to a data frame inside of a groupby/transform operation

I want to mark some quantiles in my data, and for each row of the DataFrame, I would like the …

python group-by transform dataframe pandas
CSS: Wrong position of "transform: scale();" container children

I have a container element with long content which is scaled: .container { transform: scale(0.9); } inside this container I have a …

css css-position transform scale
CSS3 transform property working differently in Internet Explorer

I am using the following CSS to centre a div in the middle of my page: .someWrapper { width: 100%; height: 100%; position: …

css internet-explorer transform
How can I convert 3D space coordinates to 2D space coordinates?

I'm using a Lua API. I'm trying to transform 3D space coordinates to 2D space coordinates. I've asked google but …

vector 3d 2d transform space