![]() |
Murl Engine API
Version 2025.1
|
A 4-component uninitialized vector class. More...
#include <murl_math_vector.h>
A 4-component uninitialized vector class.
This object can create arrays of uninitialized vector instances.
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... | |
|
inline |
The default constructor.
Create an uninitialized vector instance.
|
inline |
The copy constructor using a vector of different type.
| v | The vector to copy. |