How to find a certain coordinate on path relative to another path?How to find the centre of the area between two objects in IllustratorImport vector data into illustratorDrawing a line from one coordinate to another?Automatically transform curves to polygons in AI CCExtending a line segment to fit into a bounding boxhow to make two same shapes connected in IllustratorHow to align an object relative to another object?Adobe Illustrator generates SVG with rect instead of polygonHow to (almost) perfectly align a DWG to an SVG?Illustrator: How to connect a path into another path

Multi tool use
Multi tool use

How to back up a running remote server?

Did Henry V’s archers at Agincourt fight with no pants / breeches on because of dysentery?

What are the spoon bit of a spoon and fork bit of a fork called?

Why do computer-science majors learn calculus?

Has any spacecraft ever had the ability to directly communicate with civilian air traffic control?

Where did the extra Pym particles come from in Endgame?

How to set the font color of quantity objects (Version 11.3 vs version 12)?

Confused by notation of atomic number Z and mass number A on periodic table of elements

Stateful vs non-stateful app

Is there a way to get a compiler for the original B programming language?

Packing rectangles: Does rotation ever help?

How can I place the product on a social media post better?

What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?

In gnome-terminal only 2 out of 3 zoom keys work

Pulling the rope with one hand is as heavy as with two hands?

If Earth is tilted, why is Polaris always above the same spot?

Was it really necessary for the Lunar Module to have 2 stages?

Confusion about capacitors

Will tsunami waves travel forever if there was no land?

Does a creature that is immune to a condition still make a saving throw?

Unexpected email from Yorkshire Bank

Can a creature tell when it has been affected by a Divination wizard's Portent?

Was there a Viking Exchange as well as a Columbian one?

Is creating your own "experiment" considered cheating during a physics exam?



How to find a certain coordinate on path relative to another path?


How to find the centre of the area between two objects in IllustratorImport vector data into illustratorDrawing a line from one coordinate to another?Automatically transform curves to polygons in AI CCExtending a line segment to fit into a bounding boxhow to make two same shapes connected in IllustratorHow to align an object relative to another object?Adobe Illustrator generates SVG with rect instead of polygonHow to (almost) perfectly align a DWG to an SVG?Illustrator: How to connect a path into another path













2















I am learning AI and SVG animation. I got the SVG from flaticon. I would like to rotate the pointer around a point and make it look like the gauge is actually working. To achieve this, I need to find the coordinates on the indicator where the bases's midpoint is.



So.:



  • I am rotating the pointer

  • I know the base's midpoint

  • Want to know which (x,y) is the base's midpoint on the indicator (x', y')

Finding the midpoint on the base is not hard, but how can I translate the coordinate to the pointer? (I will actually need to transform the indicator's coordinate to an x' and y' percentage afterwards to be able to make it responsive).



I guess I would need to figure out points a lot of times later, so I would like to be able to find such points fast.



Edit:
I actually want to rotate the pointer in my animation (JavaScript). I can reference the pointer using the path's id, but to apply the transformation, I need a transformation origin. Which I cannot measure.



enter image description here










share|improve this question




























    2















    I am learning AI and SVG animation. I got the SVG from flaticon. I would like to rotate the pointer around a point and make it look like the gauge is actually working. To achieve this, I need to find the coordinates on the indicator where the bases's midpoint is.



    So.:



    • I am rotating the pointer

    • I know the base's midpoint

    • Want to know which (x,y) is the base's midpoint on the indicator (x', y')

    Finding the midpoint on the base is not hard, but how can I translate the coordinate to the pointer? (I will actually need to transform the indicator's coordinate to an x' and y' percentage afterwards to be able to make it responsive).



    I guess I would need to figure out points a lot of times later, so I would like to be able to find such points fast.



    Edit:
    I actually want to rotate the pointer in my animation (JavaScript). I can reference the pointer using the path's id, but to apply the transformation, I need a transformation origin. Which I cannot measure.



    enter image description here










    share|improve this question


























      2












      2








      2








      I am learning AI and SVG animation. I got the SVG from flaticon. I would like to rotate the pointer around a point and make it look like the gauge is actually working. To achieve this, I need to find the coordinates on the indicator where the bases's midpoint is.



      So.:



      • I am rotating the pointer

      • I know the base's midpoint

      • Want to know which (x,y) is the base's midpoint on the indicator (x', y')

      Finding the midpoint on the base is not hard, but how can I translate the coordinate to the pointer? (I will actually need to transform the indicator's coordinate to an x' and y' percentage afterwards to be able to make it responsive).



      I guess I would need to figure out points a lot of times later, so I would like to be able to find such points fast.



      Edit:
      I actually want to rotate the pointer in my animation (JavaScript). I can reference the pointer using the path's id, but to apply the transformation, I need a transformation origin. Which I cannot measure.



      enter image description here










      share|improve this question
















      I am learning AI and SVG animation. I got the SVG from flaticon. I would like to rotate the pointer around a point and make it look like the gauge is actually working. To achieve this, I need to find the coordinates on the indicator where the bases's midpoint is.



      So.:



      • I am rotating the pointer

      • I know the base's midpoint

      • Want to know which (x,y) is the base's midpoint on the indicator (x', y')

      Finding the midpoint on the base is not hard, but how can I translate the coordinate to the pointer? (I will actually need to transform the indicator's coordinate to an x' and y' percentage afterwards to be able to make it responsive).



      I guess I would need to figure out points a lot of times later, so I would like to be able to find such points fast.



      Edit:
      I actually want to rotate the pointer in my animation (JavaScript). I can reference the pointer using the path's id, but to apply the transformation, I need a transformation origin. Which I cannot measure.



      enter image description here







      adobe-illustrator






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 21 at 9:04







      appl3r

















      asked Apr 21 at 8:44









      appl3rappl3r

      1134




      1134




















          1 Answer
          1






          active

          oldest

          votes


















          3














          With Illustrator you don't need any coordinate, if we had to do illustrations based on coordinates it would be a madness ;-)



          • Select the circle and the pointer

          • Prss R to activate the Rotation Tool

          • Pres Cmd + Y Mac or Ctrl + Y Win to activate the Outline View

          • Click the circle center once to define the rotation center

          • Click the pointer top point and rotate

          enter image description here



          To see the coordinates points:



          • Pres Cmd + U Mac or Ctrl + U Win to activate the Smart guides

          • Put the mouse over the circle center to see x, y coordinate numbers

          enter image description here



          If you need reference points between two shapes, use the Measure Tool (the ruler) and the Info Panel to see the coordinates info



          Measure Tool






          share|improve this answer

























          • Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

            – appl3r
            Apr 21 at 9:03












          • These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

            – appl3r
            Apr 21 at 9:17











          • Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

            – Danielillo
            Apr 21 at 9:21







          • 1





            Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

            – appl3r
            Apr 21 at 9:36











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "174"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgraphicdesign.stackexchange.com%2fquestions%2f122789%2fhow-to-find-a-certain-coordinate-on-path-relative-to-another-path%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3














          With Illustrator you don't need any coordinate, if we had to do illustrations based on coordinates it would be a madness ;-)



          • Select the circle and the pointer

          • Prss R to activate the Rotation Tool

          • Pres Cmd + Y Mac or Ctrl + Y Win to activate the Outline View

          • Click the circle center once to define the rotation center

          • Click the pointer top point and rotate

          enter image description here



          To see the coordinates points:



          • Pres Cmd + U Mac or Ctrl + U Win to activate the Smart guides

          • Put the mouse over the circle center to see x, y coordinate numbers

          enter image description here



          If you need reference points between two shapes, use the Measure Tool (the ruler) and the Info Panel to see the coordinates info



          Measure Tool






          share|improve this answer

























          • Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

            – appl3r
            Apr 21 at 9:03












          • These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

            – appl3r
            Apr 21 at 9:17











          • Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

            – Danielillo
            Apr 21 at 9:21







          • 1





            Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

            – appl3r
            Apr 21 at 9:36















          3














          With Illustrator you don't need any coordinate, if we had to do illustrations based on coordinates it would be a madness ;-)



          • Select the circle and the pointer

          • Prss R to activate the Rotation Tool

          • Pres Cmd + Y Mac or Ctrl + Y Win to activate the Outline View

          • Click the circle center once to define the rotation center

          • Click the pointer top point and rotate

          enter image description here



          To see the coordinates points:



          • Pres Cmd + U Mac or Ctrl + U Win to activate the Smart guides

          • Put the mouse over the circle center to see x, y coordinate numbers

          enter image description here



          If you need reference points between two shapes, use the Measure Tool (the ruler) and the Info Panel to see the coordinates info



          Measure Tool






          share|improve this answer

























          • Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

            – appl3r
            Apr 21 at 9:03












          • These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

            – appl3r
            Apr 21 at 9:17











          • Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

            – Danielillo
            Apr 21 at 9:21







          • 1





            Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

            – appl3r
            Apr 21 at 9:36













          3












          3








          3







          With Illustrator you don't need any coordinate, if we had to do illustrations based on coordinates it would be a madness ;-)



          • Select the circle and the pointer

          • Prss R to activate the Rotation Tool

          • Pres Cmd + Y Mac or Ctrl + Y Win to activate the Outline View

          • Click the circle center once to define the rotation center

          • Click the pointer top point and rotate

          enter image description here



          To see the coordinates points:



          • Pres Cmd + U Mac or Ctrl + U Win to activate the Smart guides

          • Put the mouse over the circle center to see x, y coordinate numbers

          enter image description here



          If you need reference points between two shapes, use the Measure Tool (the ruler) and the Info Panel to see the coordinates info



          Measure Tool






          share|improve this answer















          With Illustrator you don't need any coordinate, if we had to do illustrations based on coordinates it would be a madness ;-)



          • Select the circle and the pointer

          • Prss R to activate the Rotation Tool

          • Pres Cmd + Y Mac or Ctrl + Y Win to activate the Outline View

          • Click the circle center once to define the rotation center

          • Click the pointer top point and rotate

          enter image description here



          To see the coordinates points:



          • Pres Cmd + U Mac or Ctrl + U Win to activate the Smart guides

          • Put the mouse over the circle center to see x, y coordinate numbers

          enter image description here



          If you need reference points between two shapes, use the Measure Tool (the ruler) and the Info Panel to see the coordinates info



          Measure Tool







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 21 at 9:21

























          answered Apr 21 at 8:59









          DanielilloDanielillo

          25.9k13787




          25.9k13787












          • Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

            – appl3r
            Apr 21 at 9:03












          • These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

            – appl3r
            Apr 21 at 9:17











          • Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

            – Danielillo
            Apr 21 at 9:21







          • 1





            Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

            – appl3r
            Apr 21 at 9:36

















          • Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

            – appl3r
            Apr 21 at 9:03












          • These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

            – appl3r
            Apr 21 at 9:17











          • Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

            – Danielillo
            Apr 21 at 9:21







          • 1





            Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

            – appl3r
            Apr 21 at 9:36
















          Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

          – appl3r
          Apr 21 at 9:03






          Updated my question, I need to coordiantes or the percentages of the midpoint Thanks for the tip btw, at least I can align it perfectly now.

          – appl3r
          Apr 21 at 9:03














          These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

          – appl3r
          Apr 21 at 9:17





          These are coordiantes relative to the whole document not the pointer. Do I need to copy and paste them to a new document, set the document size to match the path and do this?

          – appl3r
          Apr 21 at 9:17













          Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

          – Danielillo
          Apr 21 at 9:21






          Answer updated. I showed you all the possible tools, I think there are no more options inside Illustrator

          – Danielillo
          Apr 21 at 9:21





          1




          1





          Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

          – appl3r
          Apr 21 at 9:36





          Measure tool works, I had to copy the base and the pointer to a new document though, because I had to use the measure tool from the top left corner and the selection outline (rectangle) disappears if I start using the measure tool and the circlepoint too, so I can only measure If I place new objects for help. Thanks!

          – appl3r
          Apr 21 at 9:36

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Graphic Design Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgraphicdesign.stackexchange.com%2fquestions%2f122789%2fhow-to-find-a-certain-coordinate-on-path-relative-to-another-path%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          sjuPf2,qRQsuRYFnka,1SLP1Up5VZXiWmpd9gs9Dzz8GE JYysWr,Ys a,0egLR RaLfq0sYhQA H,DxFsxE4e,TlU9DP
          V,3z0yC6zT8bsObLcwl,6D6Q5 BarJoPTalkQNwCqt,tx8o80,IgqrdAz6kcT8bfLvnjz,2z,4fGx

          Popular posts from this blog

          RemoteApp sporadic failureWindows 2008 RemoteAPP client disconnects within a matter of minutesWhat is the minimum version of RDP supported by Server 2012 RDS?How to configure a Remoteapp server to increase stabilityMicrosoft RemoteApp Active SessionRDWeb TS connection broken for some users post RemoteApp certificate changeRemote Desktop Licensing, RemoteAPPRDS 2012 R2 some users are not able to logon after changed date and time on Connection BrokersWhat happens during Remote Desktop logon, and is there any logging?After installing RDS on WinServer 2016 I still can only connect with two users?RD Connection via RDGW to Session host is not connecting

          Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

          Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020