<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: sehdev kumar</title>
    <description>The latest articles on DEV Community by sehdev kumar (@sehdevkumar).</description>
    <link>https://dev.to/sehdevkumar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F696685%2F8a19310d-f2cb-415c-bd5b-29b1e4b3c30d.jpeg</url>
      <title>DEV Community: sehdev kumar</title>
      <link>https://dev.to/sehdevkumar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sehdevkumar"/>
    <language>en</language>
    <item>
      <title>Using D3js, How to find the x,y coordinates after rotation respect to centre of rectangle in plan?</title>
      <dc:creator>sehdev kumar</dc:creator>
      <pubDate>Thu, 21 Oct 2021 12:32:07 +0000</pubDate>
      <link>https://dev.to/sehdevkumar/using-d3js-how-to-find-the-xy-coordinates-after-rotation-respect-to-centre-of-rectangle-in-plan-4ng8</link>
      <guid>https://dev.to/sehdevkumar/using-d3js-how-to-find-the-xy-coordinates-after-rotation-respect-to-centre-of-rectangle-in-plan-4ng8</guid>
      <description>&lt;p&gt;I tried using this&lt;br&gt;
 x&lt;code&gt;= (x-c1)*con(rotation)-(y-c2)*sin(rotation)+c1;&lt;br&gt;
 y&lt;/code&gt; = (x-c1)*sin(rotation)+(y-c2)*cos(rotation)+c2;&lt;br&gt;
where c1,c2 is the centre points of object or rectangle.&lt;/p&gt;

&lt;p&gt;Help me give me proper solution......&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
