Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

multiply_value
PrevUpHomeNext

Multiplies each coordinate of a point by the same value.

Synopsis

template<typename Point>
void multiply_value(Point & p, typename detail::param< Point >::type value)

Parameters

Type

Concept

Name

Description

Point &

Any type fulfilling a Point Concept

p

point

typename detail::param< Point >::type

value

value to multiply by

Header

Either

#include <boost/geometry.hpp>

Or

#include <boost/geometry/arithmetic/arithmetic.hpp>


PrevUpHomeNext