X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fgeometry%2Fdoc%2Fhtml%2Fgeometry%2Freference%2Fcore%2Fcoordinate_type.html;h=12a0d907b9afd314f88dffd1d6d193933e6cf0f9;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=ec0da50bd73ec40fbefacd388aa55e9e5fc22beb;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/geometry/doc/html/geometry/reference/core/coordinate_type.html b/libs/geometry/doc/html/geometry/reference/core/coordinate_type.html index ec0da50..12a0d90 100644 --- a/libs/geometry/doc/html/geometry/reference/core/coordinate_type.html +++ b/libs/geometry/doc/html/geometry/reference/core/coordinate_type.html @@ -3,7 +3,7 @@ coordinate_type - + @@ -27,14 +27,14 @@ coordinate_type

- + Metafunction defining type as the coordinate type (int, float, double, etc) of the point type making up the specified geometry type.

- Synopsis + Synopsis

@@ -48,7 +48,7 @@ Metafunction defining type as the coo

- Template + Template parameter(s)
@@ -83,21 +83,30 @@ Metafunction defining type as the coo
- Header + Header

+ Either +

+

+ #include <boost/geometry.hpp> +

+

+ Or +

+

#include <boost/geometry/core/coordinate_type.hpp>

- Complexity + Complexity

Compile time

- Example + Example

Examine the coordinate type of a point @@ -133,8 +142,8 @@ Metafunction defining type as the coo -