scenario_simulator_v2 C++ API
|
Custom Vector3 struct using T type with multiplication and division operators. More...
Public Member Functions | |
CustomVector3 ()=default | |
CustomVector3 (T x, T y, T z) | |
template<typename U > | |
CustomVector3 | operator* (U v) const |
template<typename U > | |
CustomVector3 | operator/ (U v) const |
CustomVector3 ()=default | |
CustomVector3 (T x, T y, T z) | |
Public Attributes | |
T | x |
T | y |
T | z |
Custom Vector3 struct using T type with multiplication and division operators.
Custom Vector3 struct using T type.
|
default |
|
inline |
|
default |
|
inline |
|
inline |
|
inline |
T CustomVector3< T >::x |
T CustomVector3< T >::y |
T CustomVector3< T >::z |