Generally means modifying shapes of objects in their given space. It is usually expressed as by vectors, quaternions, and/or matrices.

learn more… | top users | synonyms (1)

2
votes
1answer
24 views

Matching of images according to two points

I have pattern image with set of points and second tested image also with set of points. I know the coordinates x,y of points. The points have their names (numbers), I know the numbers of all points ...
2
votes
1answer
28 views

Swing: Delegate events to child components of transformed parent

I've got a custom component GameViewCanvas extends JPanel that will hold a number of tiles (800x800 textures). Now in GameViewCanvas I've overridden the paint() method, so that it will paint the ...
0
votes
1answer
4 views

WinBUGS equals function with NA

Would someone please let me know what the equals function in WinBUGS return if one of the elements in the equals brackets is NA? Specifically, I want to do the transformation: for(i in 1:N){ ...
0
votes
1answer
11 views

Issue with CGAffineTransformMakeTranslation on UIButton

I have a problem that I can't explain. I have a viewController with a view. This view contains a UIbutton and a toolbar. Because the toolBar is a parameters bar, I don't want it to be present on my ...
0
votes
1answer
19 views

transforming XML into text using xsl with Java

I use Java to convert XML files into text with statements like: transformer.transform(source, result) When I run the java program this statement displays information about compiling the style sheet, ...
0
votes
0answers
11 views

Can anyone confirm the value of CoreMotion CMAttitude.rotationMatrix?

I believe that the CMRotationMatrix one gets from the CMMotionManager corresponds to this: where: c -> Cos, s -> Sin, and 1 -> Pitch, 2 -> Yaw, 3 -> Roll (e.g., c1c3 -> Cos(Pitch)*Cos(Roll)). It ...
0
votes
2answers
50 views

finding point in SVG after transform

I have a set of paths that i have created a geographical map with in inkscape and used Raphael to put on a webpage. When i load them through Raphael i am applying a transform so that the map fills the ...
-1
votes
2answers
51 views

awk/sed - transforming regex-matches

I want to modify strings which are matching a regular expression. Using Awk with gsub, there is "&", which represents the match. Is there a way to modify this "matching value: &" and then ...
0
votes
1answer
55 views

Model matrix in 3D graphics / OpenGL

I'm following some tutorials to learn openGL (from www.opengl-tutorial.org if it makes any difference) and there is an exercise that asks me to draw a cube and a triangle on the screen and it says as ...
1
vote
1answer
21 views

ShapeRenderer Transformations Interfering with Mesh Transformations in LibGDX

I'm working on a game with a lot of rotational transformations and I'm running into a problem with something that seems pretty simple - I assume I'm doing something wrong. I draw a triangle with a ...
1
vote
1answer
23 views

Transform vertex coordinate to “same” screen coordinate

I'm using Direct3D to draw vertices from a vertex buffer with vertex format FVF_XYZ. I want to implement the functionality to draw lines now. When drawing a line in 3D space I project the end points ...
0
votes
0answers
21 views

how to apply qtransform to only clipped area of Qimage

My task is, Cut the triangular portion of Texture image and want to plot that clipped texture image to particular triangle. Condition is, my texture image that i had clipped size will be greater ...
-1
votes
0answers
34 views

base transformation Matlab [closed]

Is there a smart way to make a base transformation matrix for one base to another? Here are my bases: E1 =[-0.4656 -0.7461 0.4760;... 0.8073 -0.1377 0.5738;... -0.3626 0.6515 ...
0
votes
2answers
21 views

xsl transformation - tree xml to plain field-value xml

i want to automaticly process by xslt this xml by example, field and values must be dynamicly parsed, not hardcoded: <root> <field1>value1</field1> ...
0
votes
1answer
48 views

from glRotate() + glTranslate() to gluLookAt()

I have 3 transformations in the following order and with the following variables: glTranslate(dirX, dirY, dirZ); glRotate(angleX, 1, 0, 0); glRotate(angleY, 0, 1, 0); With these, I'm able to ...
1
vote
0answers
29 views

WCF and MSMQ - Transforming message body loses complex parameter

I am trying to send a message via WCF and MSMQ and apply a transformation to the message content before it is sent. I can capture the message in the BeforeSendRequest event of a Client Message ...
0
votes
3answers
29 views

Using a delegate for value transformation

I want to develop a basic class that holds a string value and I want to pass a transformation rule how this value should be stored as an int value. When I'm not completely wrong this should be ...
0
votes
2answers
23 views

Velocity Template engine - key-value-map

i have some problems wo use a key-value-map into Velocity. I've googled quite a while, but i found no code. Someone has an example of this functionality? $myMap ={} $myMap.put("mykey1", "myvalue") ...
0
votes
1answer
21 views

How do I use XslCompiledTransform when input XML and transform XSL are strings. How do I get the transformation result as a string?

I have one string inputXMLString, and the second one containg transform XSL named transformXSLString. Both of them are correctly formatted xml's. How to perform the transformation with ...
1
vote
1answer
16 views

How to revert a transformation?

I have a following transformation when doing some kind of zoom/upscaling of a point. My goal is to calculate an offset based on this scale. My problem is that when going from a big scale to a smaller ...
0
votes
0answers
27 views

OpenGL Scene to Screen Transformation

I want to use >OpenGL3 to render a regular 2D Hexagon to my Screen, but its much wider then it should be. Here is my Hexagon Array (local coordinates): float a[6][4] = {{ -1.0,0.0f, 0.0f, 1.0f }, { ...
0
votes
1answer
13 views

How to link two scene nodes in Ogre?

I know it's an unusual way to search this kind of feature, but is it possible to set an automatic transformations link from one SceneNode to an other ? For example, if I link a SceneNode A to a ...
1
vote
0answers
21 views

Oracle - Query Transformation and SQL Trace file

I'm what you might call a novice Oracle developer trying to investigate performance issues with a particular sql query. It appears from my sql explain plan that a predicate push is happening in the ...
0
votes
2answers
71 views

First view perspective: rotation is driving me crazy

I would like to implement a simple example in OpenGL just to test the first perspective view (without using lookAt facility), but it is driving me crazy! I made a little prototype using Processing ...
0
votes
0answers
48 views

splitting xml node into two separate nodes with extraction of some values and joining them in the second node

The next problem is very similar to my previous questions but it seems to me to be much more complicated. Given the xml configuration file <config width="100" height="200"> <parameter ...
1
vote
2answers
48 views

Switch column to row in a data.frame

I ran into an R problem, which seems to be a little bit tricky. I have a data.frame that looks like this: Ident | A1 | ... | An | Z1 | ... | Zn 1 | 1 | ... | 1 | 1 | ... | 0 2 | 6 | ... | ...
-2
votes
1answer
54 views

Can I use CGSizeApplyAffineTransform to change the height of a modal dialog

I need to change the height of a dialog box without touching the window. I'm using this to change the y position. self.view.superview.transform = ...
0
votes
1answer
27 views

splitting xml root into two branches - with option of removing unwanted attributes

The problem is really similar to my previous one (how to split xml root into two branches - with all but a specific child in the first branch and the specific child in the second). As previously I ...
2
votes
1answer
23 views

How to transform xml block?

I am new at XSL and I couldn't find anywhere like following case. I want to transform source.xml to target.xml. I have use mode"group" but it didn't work for me (probably I couldn't use it properly) ...
0
votes
1answer
29 views

How do I keep my modal dialog close to the top in both landscape modes objective-c

I'm using this to change the width and height of the modal dialog - (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterface { if ...
0
votes
1answer
28 views

how to split xml root into two branches - with all but a specific child in the first branch and the specific child in the second

The problem is similar to my previous one. This time I have a file: <config width="100" height="200"> <parameter name="account number" country="UK"> 12345678901234567890123456 ...
0
votes
1answer
34 views

how to split xml root into two branches in the same file based on attribute value of child elements

If I have this file <config someAttribute="sA" otherAttribute="oA"> <parameter name="p1" yetAnotherAttribute="yAA"> Something </parameter> <parameter name="p2" ...
0
votes
2answers
128 views

How to transform 2D world to screen coordinates OpenGL

I'm currently working on implementing an OpenGL powered renderer into a 2D game engine. Because the OpenGL screen coordinate space is [-1,1], I'm a little confused as to how it should be interfaced ...
0
votes
2answers
36 views

Zooming in without scaling graphics

I'm learning Opengl for 2D, (in particular using the java slick2D library, but that might not be a factor for this question). I discovered I can change push a new transformation matrix, for instance ...
0
votes
1answer
18 views

geokettle shapefile input transformation not generation row numbers

Does anyone know why, on GeoKettle, the 'Shapefile File Input Step' is not generating the row number? How can I do a around? With the 'Add Sequence' step? This is all happening on a transformation. ...
0
votes
1answer
18 views

XSLT: DB procedure output to XML structure

I am having a little problem with XSLT transormation and I need your help. I received from database procedure data as follow and I need to transform it to less redundant structure. The structure of ...
0
votes
1answer
82 views

Why does moving AND rotating a NSView change its rotation center to the frame's origin?

I rotate a NSView around its center and verified the result: [_cocoaView setFrameCenterRotation:-_rotationX]; I position the NSView by changing the frame origin so that the view is aligned with ...
2
votes
1answer
159 views

How to apply a view transformation that works for a UIView to a NSView?

I have a view transform to make any UIView object follow a cocos2d node. Works fine on iOS, in this example the UIButton follows its Box2D body: Now for Mac I first verified that I have the overlay ...
0
votes
1answer
81 views

Opengl order of matrix transformations

Let's say I have a blue 3D box (where the top side is red colored). Now I call glScalef(1, 10, 1). Then I call glRotatef(90, 0, 1, 0). Then i render the cube. What i expected is to see the the red ...
0
votes
1answer
76 views

Parsing SVG - transformation matrix decomposition

I need to parse SVG (just the simples things) and only thing left to do is to properly extract position and angle from the matrix transformation. I know this question has been asked many times and I ...
0
votes
1answer
42 views

OpenGLposition of point [0,0,0]

Is in opengl any function able tell me position of point[0,0,0] after using this code: glPushMatrix(); glRotatef(1, 0, 1, 0); compare to point[0,0,0] before transformation or do I just have to ...
1
vote
2answers
84 views

Can't get transformed points out of a kinetic JS line

I have been able to successfully draw a line using Kinetic JS, as follows: var track129 = new Kinetic.Spline({ points: [ {x: 3, y: 400}, {x: 196, y: 400}, {x: 213, y: 395}, {x: 290, y: 345}, {x: ...
0
votes
3answers
41 views

Loop in subset of an array matching key text in PHP

I have this array (using PHP): Array ( [dummy_value_01] => 10293 [other_dummy_value_01] => Text [top_story_check] => 1 [top_story_hp] => 1 [top_story] => 248637 [top_story_id] => ...
0
votes
0answers
22 views

Free transform Matrix in .net

My requirement is to transform a rectangular image 2D to a Quadrilateral (perspective view 3D)and the opposite. By opposite I mean that you have picture of a carpet on the floor, assuming that we ...
0
votes
2answers
102 views

arc transform start end point to start angle end angle

Given a description of an arc which has a startpoint and endpoint (both in Cartesian x,y coordinates), radius and direction (clockwise or counter-clockwise), I need to convert the arc to one with a ...
3
votes
2answers
61 views

SVG Egg Morph Animation

I'd like to morph one simple SVG Path into another one. I'd like to use JavaScript to control when this happens. Here's a link to a JSFiddle I created as a simplified example of what I'm trying to ...
1
vote
1answer
55 views

mayavi - setting the [x,y,z] extent of an image programatically

I have some data that consists of several 2D images that I would like to render in specific [x,y,z] positions relative to one another using mayavi2 (v4.3.0). From the documentation it seems that I ...
0
votes
1answer
147 views

Set layer.transform with CATransform3DRotate like UIViewAnimationOptionTransitionFlipFromRight

I've set up a view such that when the app navigates forward, it performs transitionFromView using the UIViewAnimationOptionTransitionFlipFromRight option. That yields an effect like: Navigating ...
0
votes
1answer
100 views

Transformations in Eigen::Affine3f

I am not too familiar with Eigen library and I am stuck at this piece of code motor1_to_motor2 = Translation3f(BigApeLeg::distanceJoint1ToJoint3(),0,0) * AngleAxisf(M_PI_2, ...
0
votes
0answers
27 views

How can I bake transformations when exporting a dae from blender?

I would like to bake the transformations (translate/rotate/scale) to a matrix at the dae-export. Is this possible? In the blender documentation v2.6 there is a description of an export option ...

1 2 3 4 5 16