File:Cartesian coordinate system handedness.svg

Summary

Handedness cartesian coordinate system in 3D.

SVG development

InfoField

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
Category:CC-BY-SA-3.0-migrated#Cartesian%20coordinate%20system%20handedness.svgCategory:License migration completed#Cartesian%20coordinate%20system%20handedness.svgCategory:GFDL#Cartesian%20coordinate%20system%20handedness.svgCategory:Self-published work

Based on en:Image:Coordinate_system_handedness.PNG, which was donated to Wikipedia under GFDL by en:User:Tarquin

Source

Created by Gustavb using PSTricks.

Cartesian_coordinate_system_handedness.tex (PSTricks source)

\input pst-eps
\input pst-plot
\input pst-node
\TeXtoEPS

\psset{linecolor=black,linewidth=1pt,arrowsize=8pt}
\psset{unit=0.29cm}
\pspicture*(-4,-7)(29,13)

% left-handed
\psline{->}(0,0)(0,11)   % z
\psline{->}(0,0)(10,4)   % x
\psline{->}(0,0)(10,-5)  % y

\uput{8pt}[-20](0,11){\psscalebox{1.8}{\it z}}
\uput{10pt}[145](10,4){\psscalebox{1.8}{\it x}}
\uput{8pt}[90](10,-5){\psscalebox{1.8}{\it y}}

\newrgbcolor{darkred}{.8 .2 .2}
\psscalebox{1 .5}{
 \psarc[linecolor=darkred, arrowsize=6pt]{<-}(0,11){3}{220}{60}
}

% right-handed
\psline{->}(15,0)(15,11)  % z
\psline{->}(15,0)(25,4)   % y
\psline{->}(15,0)(25,-5)  % x

\uput{8pt}[-20](15,11){\psscalebox{1.8}{\it z}}
\uput{10pt}[145](25,4){\psscalebox{1.8}{\it y}}
\uput{8pt}[90](25,-5){\psscalebox{1.8}{\it x}}

\newrgbcolor{darkred}{.8 .2 .2}
\psscalebox{1 .5}{
 \psarc[linecolor=darkred, arrowsize=6pt]{->}(15,11){3}{220}{60}
}

\endpspicture

\endTeXtoEPS
\nopagenumbers
\end

Instructions

  1. Create EPS
    $ tex Cartesian_coordinate_system_handedness.tex && dvips -E Cartesian_coordinate_system_handedness.dvi
  2. Outline fonts
    $ eps2eps -dNOCACHE Cartesian_coordinate_system_handedness.ps Cartesian_coordinate_system_handedness2.eps
  3. Fix bounding box
    $ ps2epsi Cartesian_coordinate_system_handedness2.eps Cartesian_coordinate_system_handedness.eps
  4. Convert to Sketch
    $ pstoedit -f sk Cartesian_coordinate_system_handedness.eps Cartesian_coordinate_system_handedness.sk
  5. Convert to SVG
    $ skconvert Cartesian_coordinate_system_handedness.sk Cartesian_coordinate_system_handedness.svg
  6. Fix Cartesian_coordinate_system_handedness.svg with Inkscape
Category:Media missing infobox template Category:Handedness of coordinate systems
Category:CC-BY-SA-3.0-migrated Category:Files with no machine-readable author Category:Files with no machine-readable source Category:GFDL Category:Handedness of coordinate systems Category:License migration completed Category:Media missing infobox template Category:Self-published work Category:Valid SVG created with Other tools