#include <stdio.h>Go to the source code of this file.
Namespaces | |
| namespace | osg |
Defines | |
| #define | OSGVECTOR_INLINE_CVSID "@(#)$Id: $" |
Functions | |
| template<class ValueTypeT, class StorageInterfaceT> | |
| PointInterface< ValueTypeT, StorageInterfaceT > | osg::operator* (const ValueTypeT val, const PointInterface< ValueTypeT, StorageInterfaceT > &vec) |
| Component wise binary scalar multiplication. | |
| template<class ValueTypeT, class StorageInterfaceT> | |
| std::ostream & | osg::operator<< (std::ostream &os, const PointInterface< ValueTypeT, StorageInterfaceT > &obj) |
| Write point to the given stream. | |
| template<class ValueTypeT, class StorageInterfaceT> | |
| VectorInterface< ValueTypeT, StorageInterfaceT > | osg::operator* (const ValueTypeT val, const VectorInterface< ValueTypeT, StorageInterfaceT > &vec) |
| Component wise binary scalar multiplication. | |
| template<class ValueTypeT, class StorageInterfaceT> | |
| std::ostream & | osg::operator<< (std::ostream &os, const VectorInterface< ValueTypeT, StorageInterfaceT > &obj) |
| Write vector to stream. | |
| #define OSGVECTOR_INLINE_CVSID "@(#)$Id: $" |
Definition at line 1924 of file OSGVector.inl.
1.5.5