1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>cs::cartesian</title> 5<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> 6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 7<link rel="home" href="../../../index.html" title="Chapter 1. Geometry"> 8<link rel="up" href="../cs.html" title="Coordinate Systems"> 9<link rel="prev" href="../cs.html" title="Coordinate Systems"> 10<link rel="next" href="cs_spherical.html" title="cs::spherical"> 11</head> 12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 13<table cellpadding="2" width="100%"><tr> 14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td> 15<td align="center"><a href="../../../../../../../index.html">Home</a></td> 16<td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td> 17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 19<td align="center"><a href="../../../../../../../more/index.htm">More</a></td> 20</tr></table> 21<hr> 22<div class="spirit-nav"> 23<a accesskey="p" href="../cs.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cs.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cs_spherical.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> 24</div> 25<div class="section"> 26<div class="titlepage"><div><div><h4 class="title"> 27<a name="geometry.reference.cs.cs_cartesian"></a><a class="link" href="cs_cartesian.html" title="cs::cartesian">cs::cartesian</a> 28</h4></div></div></div> 29<p> 30 <a class="indexterm" name="idm45635684643616"></a><a class="indexterm" name="idm45635684642960"></a> 31Cartesian coordinate system. 32 </p> 33<h6> 34<a name="geometry.reference.cs.cs_cartesian.h0"></a> 35 <span class="phrase"><a name="geometry.reference.cs.cs_cartesian.description"></a></span><a class="link" href="cs_cartesian.html#geometry.reference.cs.cs_cartesian.description">Description</a> 36 </h6> 37<p> 38 Defines the Cartesian or rectangular coordinate system where points are 39 defined in 2 or 3 (or more) dimensions and usually (but not always) known 40 as x,y,z 41 </p> 42<h6> 43<a name="geometry.reference.cs.cs_cartesian.h1"></a> 44 <span class="phrase"><a name="geometry.reference.cs.cs_cartesian.synopsis"></a></span><a class="link" href="cs_cartesian.html#geometry.reference.cs.cs_cartesian.synopsis">Synopsis</a> 45 </h6> 46<p> 47</p> 48<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">cs</span><span class="special">::</span><span class="identifier">cartesian</span> 49<span class="special">{</span> 50 <span class="comment">// ...</span> 51<span class="special">};</span> 52</pre> 53<p> 54 </p> 55<h6> 56<a name="geometry.reference.cs.cs_cartesian.h2"></a> 57 <span class="phrase"><a name="geometry.reference.cs.cs_cartesian.header"></a></span><a class="link" href="cs_cartesian.html#geometry.reference.cs.cs_cartesian.header">Header</a> 58 </h6> 59<p> 60 Either 61 </p> 62<p> 63 <code class="computeroutput"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></code> 64 </p> 65<p> 66 Or 67 </p> 68<p> 69 <code class="computeroutput"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">core</span><span class="special">/</span><span class="identifier">cs</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></code> 70 </p> 71</div> 72<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 73<td align="left"></td> 74<td align="right"><div class="copyright-footer">Copyright © 2009-2019 Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam 75 Wulkiewicz, Oracle and/or its affiliates<p> 76 Distributed under the Boost Software License, Version 1.0. (See accompanying 77 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 78 </p> 79</div></td> 80</tr></table> 81<hr> 82<div class="spirit-nav"> 83<a accesskey="p" href="../cs.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cs.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cs_spherical.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> 84</div> 85</body> 86</html> 87