Top "Transformation" questions

Generally means modifying the shape or appearance of objects while preserving the content.

threejs disable orbit camera while using transform control

I have a scene with multiple meshes, each one of them associated to a different transformControl; in order to select …

javascript three.js transformation raycasting
Skew transformation HTML5 canvas

I'm trying to implement skew transformation using the "x" axis with HTML5 canvas, but my code fails... Here is my …

javascript canvas transformation skew
Shear Matrix as a combination of basic transformation?

I know the transformation matrices for rotation, scaling, translation etc. I also know the matrix for shear transformation. Now, I …

matrix graphics linear-algebra transformation rotational-matrices
skewing or shearing an image in python

I need to shear and skew some images using python. I've come across this skimage module but I don't seem …

python image-processing numpy transformation scikit-image
QGraphicsView and QGraphicsItem: don´t scale item when scaling the view rect

I am using Qt´s QGraphicsView - and QGraphicsItem-subclasses. is there a way to not scale the graphical representation of …

c++ qt transformation qgraphicsview
SVG Transformations in JavaScript

SVG Transformations can be done through JavaScript by settings their corresponding attributes setAttribute("transform", "translate(x,y)") but should also …

javascript svg translation transform transformation
C: Convert A ? B : C into if (A) B else C

I was looking for a tool that can convert C code expressions for the form: a = (A) ? B : C; into …

c if-statement transformation
Scala XML.loadString vs literal expression

I have been experimenting with Scala and XML and I found a strange difference in behavior between a XML tag …

xml string scala comparison transformation
Combining multiple transformations in Eigen into one transformation matrix

I have several transformations in Eigen, in the form of translations (Eigen::Vector3f) and rotations (Eigen::Quaternionf). I would …

c++ transformation eigen quaternions affinetransform
Advanced tasks using Web.Config transformation

Does anyone know if there is a way to "transform" specific sections of values instead of replacing the whole value …

asp.net visual-studio-2010 web-config transformation web-deployment