Searched defs:Vector3dF (Results 1 – 2 of 2) sorted by relevance
23 constexpr Vector3dF() : x_(0), y_(0), z_(0) {} in Vector3dF() function24 constexpr Vector3dF(float x, float y, float z) : x_(x), y_(y), z_(z) {} in Vector3dF() function26 constexpr explicit Vector3dF(const Vector2dF& other) in Vector3dF() function
14 class Vector3dF; variable