Top "Transform" questions

Coordinate and other transformations.

C++ std::transform() and toupper() ..why does this fail?

I have 2 std::string. I just want to, given the input string: capitalize every letter assign the capitalized letter to …

c++ string stl transform
std::transform using C++0x lambda expression

How is this done in C++0x? std::vector<double> myv1; std::transform(myv1.begin(), myv1.end(), myv1.…

c++ stl c++11 transform
Replacing the obsolete System.Xml.XmlDataDocument?

I have a System.Web.UI.WebControls.Xml control (Xml1) in a webforms app that I have upgraded from .NET 2.0 …

asp.net xml vb.net dataset transform
Babel - Error: Cannot find module 'babel-runtime/helpers/typeof'

Transpiling via gulp-babel for the server and browserify with babelify for the client - using async and await in my …

transform babeljs typeof
How to get the MouseEvent coordinates for an element that has CSS3 Transform?

I want to detect where a MouseEvent has occurred, in coordinates relative to the clicked element. Why? Because I want …

javascript html css transform
How to rotate an image using Flutter AnimationController and Transform?

I have star png image and I need to rotate the star using Flutter AnimationController and Transformer. I couldn't find …

image animation flutter transform
Skew one side only of an element

I'm tying to get a result as this image : I tried that : #parallelogram-container { margin: 0 50px; } .parallelogram { background: #008dd0; width: 200px; …

css transform skew
how to move Camera smoothly in unity3D?

When I want to move Camera from origin position to destination position,it looks so stiff.So if it can …

unity3d transform gameobject lerp
Can I use Calc inside Transform:Scale function in CSS?

I'm trying to calculate the right scale to apply to children inside a parent but i can't use calc() inside …

css transform scale css-calc
glm combine rotation and translation

I have an object which I first want to rotate (about its own center) then translate it to some point. …

opengl 3d transform glm-math