Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dvector.h68 struct Vector4F { struct
69 Vector4F(float xF, float yF, float zF, float wF) : x(xF), y(yF), z(zF), w(wF) {} in Vector4F() argument
76 float x = 0.0f;
77 float y = 0.0f;
78 float z = 0.0f;
79 float w = 0.0f;