Top "Transform" questions

Coordinate and other transformations.

Baking transforms into SVG Path Element commands

tl;dr summary: Give me the resources or help fix the below code to transform path commands for SVG <…

javascript svg 2d transform
How to transform directional light to camera space in GLSL

I have the following GLSL code for lighting: uniform vec3 lightDir; // Parallel light uniform float ambient; uniform vec3 lightColour; void …

opengl transform glsl lighting uniform
log4Net config transform

I am able to transform my log4net.config but I am not getting this one. How do I change …

log4net transform
Zooming on a point with CSS3 transform scale

Even if the following code snippet seems short, I struggled during days (shame on me!) to find a way to …

css transform css-transitions transition
Point cloud registration using PCL Iterative closest point

I try to perform ICP with PCL, but pcl::transformPointCloud doesn't work. This my code: int main () { pcl::PointCloud<…

c++11 transform point-cloud-library
Rotate UIImageView clockwise

This should be simple, but I'm having trouble rotating a UIImageView a full 360 degrees, repeated forever. [UIView animateWithDuration:0.5 delay:0 options:…

objective-c ios core-graphics transform cgaffinetransform
CSS3 transform order matters: rightmost operation first

When we use CSS3 transform: operation1(...) operation2(...), which one is done first? The first operation done seems to be the …

css transform css-transforms
Dragging & Resizing CSS Transformed Elements

If for instance, we set a -vendor-transform: rotate(40deg) css attribute on a rectangle <div>, all the sudden …

javascript jquery css transform
transform - rotate and scale is not working when i convert html content to pdf

I am using html2pdf to convert html content with images to pdf and i have also added an option …

css rotation transform scale html2pdf
zooming content inside div using transform scale property

I am trying to zoom contents of div(same behavior as browser zoom). After searching a lot I found css 3 …

css zooming transform scaletransform