\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - 2D and 3D Linear Geometry Kernel
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages

Vector_2< Kerneloperator* (const Vector_2< Kernel > &v, const Kernel::RT &s)
 Multiplication with a scalar from the right. More...
 
Vector_2< Kerneloperator* (const Kernel::RT &s, const Vector_2< Kernel > &v)
 Multiplication with a scalar from the left. More...
 
Vector_3< Kerneloperator* (const Vector_3< Kernel > &v, const Kernel::RT &s)
 Multiplication with a scalar from the right. More...
 
Vector_3< Kerneloperator* (const Kernel::RT &s, const Vector_3< Kernel > &v)
 Multiplication with a scalar from the left. More...
 

Function Documentation

template<typename Kernel >
Vector_2< Kernel > operator* ( const Vector_2< Kernel > &  v,
const Kernel::RT s 
)
related

Multiplication with a scalar from the right.

template<typename Kernel >
Vector_3< Kernel > operator* ( const Vector_3< Kernel > &  v,
const Kernel::RT s 
)
related

Multiplication with a scalar from the right.

template<typename Kernel >
Vector_2< Kernel > operator* ( const Kernel::RT s,
const Vector_2< Kernel > &  v 
)
related

Multiplication with a scalar from the left.

template<typename Kernel >
Vector_3< Kernel > operator* ( const Kernel::RT s,
const Vector_3< Kernel > &  v 
)
related

Multiplication with a scalar from the left.