FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Velocity
operator-
(
const
Velocity
&
a
,
const
Velocity
&
b
)
Definition at line
98
of file
drivectrl.cc
.
References
Local::az
, and
Local::zd
.
99
{
100
return
Velocity
(a.
zd
-b.
zd
, a.
az
-b.
az
);
101
}
Local::zd
double zd
Definition:
drivectrl.cc:51
Velocity
Definition:
drivectrl.cc:57
Local::az
double az
Definition:
drivectrl.cc:52
src
drivectrl.cc
Generated on Sun Sep 18 2016 20:50:40 for FACT++ by
1.8.11