Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dvector.h23 struct VectorF { struct
24 VectorF(float xF, float yF) : x(xF), y(yF) {} in VectorF() argument
36 float x = 0.0f;
37 float y = 0.0f;