Home
last modified time | relevance | path

Searched defs:Vector2 (Results 1 – 3 of 3) sorted by relevance

/foundation/window/window_manager/utils/include/
Dwm_math.h88 struct Vector2 { struct
90 Vector2() : x_(0.0f), y_(0.0f) {} in Vector2() argument
91 Vector2(float inX, float inY) in Vector2() argument
105 float LengthSq() const in LengthSq()
109 float Length() const in Length()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
Drs_vector2.h69 Vector2<T>::Vector2() in Vector2() function
73 Vector2<T>::Vector2(T x, T y) in Vector2() function
80 Vector2<T>::Vector2(const T* v) in Vector2() function
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
Dgraphic_math.h110 Vector2() : x_(0), y_(0) {} in Vector2() function
119 Vector2(T x, T y) in Vector2() function