FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
TVector2 Mul
(
const TVector2 &
v1
,
const TVector2 &
v2
)
inline
Definition at line
28
of file
MPointing.h
.
29
{
30
return
TVector2(v1.X()*v2.X(), v1.Y()*v2.Y());
31
}
drive
MPointing.h
Generated on Sun Sep 18 2016 20:50:33 for FACT++ by
1.8.11