|
PolyVox
0.2.1
Open source voxel management library
|
Go to the source code of this file.
Namespaces | |
| namespace | PolyVox |
| Main namespace. | |
Functions | |
| template<uint32_t Size, typename Type > | |
| Vector< Size, Type > | PolyVox::operator+ (const Vector< Size, Type > &lhs, const Vector< Size, Type > &rhs) |
| Addition operator. | |
| template<uint32_t Size, typename Type > | |
| Vector< Size, Type > | PolyVox::operator- (const Vector< Size, Type > &lhs, const Vector< Size, Type > &rhs) |
| Subtraction operator. | |
| template<uint32_t Size, typename Type > | |
| Vector< Size, Type > | PolyVox::operator* (const Vector< Size, Type > &lhs, const Vector< Size, Type > &rhs) |
| Multiplication operator. | |
| template<uint32_t Size, typename Type > | |
| Vector< Size, Type > | PolyVox::operator/ (const Vector< Size, Type > &lhs, const Vector< Size, Type > &rhs) |
| Division operator. | |
| template<uint32_t Size, typename Type > | |
| Vector< Size, Type > | PolyVox::operator* (const Vector< Size, Type > &lhs, const Type &rhs) |
| Multiplication operator. | |
| template<uint32_t Size, typename Type > | |
| Vector< Size, Type > | PolyVox::operator/ (const Vector< Size, Type > &lhs, const Type &rhs) |
| Division operator. | |
| template<uint32_t Size, typename Type > | |
| std::ostream & | PolyVox::operator<< (std::ostream &os, const Vector< Size, Type > &vector) |
| Stream insertion operator. | |
1.8.1