uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include <utils.hpp>
Public Member Functions | |
Vector3 () | |
Vector3 (T x, T y, T z) | |
Vector3 (std::array< T, 3 > &arr) | |
Vector3 (std::array< T, 3 > &&arr) | |
Vector3 (const std::array< T, 3 > &arr) | |
template<typename U > | |
Vector3< T > | operator+ (const Vector3< U > &other) const |
template<typename U > | |
Vector3< T > | operator- (const Vector3< U > &other) const |
Vector3< double > | operator- (const Vector3< double > &other) const |
Vector3< T > | operator- () const |
template<typename U > | |
Vector3< T > & | operator+= (const Vector3< U > &other) |
template<typename U > | |
Vector3< T > & | operator/= (const U &val) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |