Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::detail Namespace Reference

Namespaces

 append
 
 area
 
 buffer
 
 centroid
 
 clear
 
 compare
 
 concept_check
 
 conversion
 
 convex_hull
 
 correct
 
 covered_by
 
 difference
 
 disjoint
 
 dsv
 
 envelope
 
 equals
 
 expand
 
 for_each
 
 get_rescale_policy
 
 iterators
 
 length
 
 make
 
 num_points
 
 num_segments
 
 overlaps
 
 overlay
 
 point_on_surface
 
 point_order
 
 remove_spikes
 
 reverse
 
 segment_ratio
 
 select_most_precise
 
 simplify
 
 svg
 
 sym_difference
 
 touches
 
 transform
 
 union_
 
 unique
 
 within
 
 wkt
 

Classes

class  calculate_determinant
 
struct  closing_view
 
struct  coordinate_cast
 cast coordinates from a string to a coordinate type By default it uses lexical_cast. More...
 
struct  coordinate_cast< rational< T > >
 
struct  coordinates_scanner
 
struct  coordinates_scanner< Point, DimensionCount, DimensionCount, IsConst >
 
struct  degree_radian_converter
 
struct  dot_product_maker
 
struct  dot_product_maker< P1, P2, DimensionCount, DimensionCount >
 
struct  indexed_access_non_pointer
 
struct  indexed_access_pointer
 
struct  no_rescale_policy
 
struct  param
 
struct  point_assignment
 
struct  point_operation
 
struct  radian_access
 
struct  radian_access< 0, Geometry, CoordinateSystem< degree > >
 
struct  radian_access< 1, Geometry, CoordinateSystem< degree > >
 
struct  reverse_dispatch
 
struct  reverse_dispatch< GeometryId, GeometryId >
 
struct  robust_policy
 
struct  robust_type
 
struct  signature_getset_dimension
 
struct  signature_getset_index_dimension
 
struct  unique_types
 
struct  value_assignment
 
struct  value_operation
 
struct  variant_or_single
 

Functions

template<typename ReturnType , typename U , typename V >
ReturnType determinant (U const &ux, U const &uy, V const &vx, V const &vy)
 
template<typename ReturnType , typename U , typename V >
ReturnType determinant (U const &u, V const &v)
 

Function Documentation

template<typename ReturnType , typename U , typename V >
ReturnType boost::geometry::detail::determinant ( U const &  ux,
U const &  uy,
V const &  vx,
V const &  vy 
)
inline
template<typename ReturnType , typename U , typename V >
ReturnType boost::geometry::detail::determinant ( U const &  u,
V const &  v 
)
inline