Loading [MathJax]/extensions/tex2jax.js
 
CGAL 6.1 - 2D and 3D Linear Geometry Kernel
All Classes Namespaces Functions Typedefs Pages
Loading...
Searching...
No Matches

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

Function Documentation

◆ operator*() [1/8]

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

Multiplication with a scalar from the left.

◆ operator*() [2/8]

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

Multiplication with a scalar from the left.

◆ operator*() [3/8]

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

Multiplication with a scalar from the left.

◆ operator*() [4/8]

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

Multiplication with a scalar from the left.

◆ operator*() [5/8]

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

Multiplication with a scalar from the right.

◆ operator*() [6/8]

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

Multiplication with a scalar from the right.

◆ operator*() [7/8]

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

Multiplication with a scalar from the right.

◆ operator*() [8/8]

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

Multiplication with a scalar from the right.