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

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







          Popular posts from this blog

          Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

          Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

          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