Murl::Math::VectorUninitialized< DataType > Class Template Reference
A 4-component uninitialized vector class. More...
#include "murl_math_vector.h"
Public Member Functions | |
| VectorUninitialized () | |
| The default constructor. More... | |
| template<class DataType2 > | |
| VectorUninitialized (const Vector< DataType2 > &v) | |
| The copy constructor using a vector of different type. More... | |
Detailed Description
template<class DataType>
class Murl::Math::VectorUninitialized< DataType >
A 4-component uninitialized vector class.
This object can create arrays of uninitialized vector instances.
Constructor & Destructor Documentation
◆ VectorUninitialized() [1/2]
template<class DataType >
|
inline |
The default constructor.
Create an uninitialized vector instance.
◆ VectorUninitialized() [2/2]
template<class DataType >
template<class DataType2 >
|
inline |
The copy constructor using a vector of different type.
- Parameters
-
v The vector to copy.
The documentation for this class was generated from the following files:
- murl_graph_types.h
- murl_math_vector.h