Kindfield
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Friends
Pages
src
math
Functions
vector3.cpp File Reference
#include "
vector3.h
"
Include dependency graph for vector3.cpp:
Go to the source code of this file.
Functions
std::ostream &
operator<<
(std::ostream &out, const
Vector3
&vector)
Function Documentation
std::ostream& operator<<
(
std::ostream &
out
,
const
Vector3
&
vector
)
Definition at line
10
of file
vector3.cpp
.
11
{
12
out << vector.
mem_local
[0] <<
", "
<< vector.
mem_local
[1] <<
", "
<< vector.
mem_local
[2];
13
return
out;
14
}
Generated on Sun Jun 22 2014 14:02:46 for Kindfield by
1.8.4