About 6,000,000 results
Open links in new tab
  1. math - Translation of a point on a circle - Stack Overflow

    Dec 28, 2012 · Translation of a point on a circle Asked 12 years, 11 months ago Modified 12 years, 11 months ago Viewed 3k times

  2. math - How does 4x4 matrix work in 3d graphic? - Stack Overflow

    Mar 16, 2015 · Therefore 3x3 matrices cannot perform translation on 3D vectors since the origin in one space cannot be mapped to anything but the origin on another using linear maps. To overcome this …

  3. math - How to find the rotation matrix between two coordinate …

    Dec 21, 2015 · Yes, [R|t] implies the rotation and translation. Do we need to subtract the translation vector (t) from matrix M. I think there is no relationship between the 3D vectors of the three axes and …

  4. Pass dynamic value into react-i18next useTranslate

    Mar 17, 2022 · Looking at the question I am assuming you want to interpolate a string with a dynamic value. For instance { "translation:user.form": "Some text with {{dynamicValue}}" } This dynamicValue …

  5. c++ - Directx - Matrix translation in local axis - Stack Overflow

    Which (look at the picture again) will first translate, then rotate (giving a translation in local axis) and then move the object to its position. However we anyhow need to "move" this translation into the position …

  6. math - Translate points from one coordinate origin to another - Stack ...

    May 22, 2020 · So I want to translate three points between different pivots in a 10x10 coordinate system to visualize what I want: this is my first coordinate system translate to: now the points have to stay on...

  7. math - Calculating a LookAt matrix - Stack Overflow

    Dec 8, 2008 · 5 That translation component helps you by creating an orthonormal basis with your "eye" at the origin and everything else expressed in terms of that origin (your "eye") and the three axes. …

  8. math - Translating “neither…nor” into a ... - Stack Overflow

    Mar 5, 2011 · Having some difficulty doing translations for complicated neither...nor sentences. With these characters: ~ Negation V Disjunction & Conjunction I'm trying to translate and understand, …

  9. How to translate a mathematically described algorithm to a …

    translation-request is for human language to human language translation. More to the point, it heavily depends on what language. Say, it is not the same to do it in C or in Brainfck*. Since math.se is not …

  10. math - extract rotation, scale values from 2d transformation matrix ...

    This way, you can extract the translation first, then rotation and scaling. This only works if x and y are always scaled the same (uniform scaling). Given your matrix m which has undergone a series of …