Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dvector.h40 struct Vector3F { struct
42 Vector3F(float xF, float yF, float zF) : x(xF), y(yF), z(zF) {} in Vector3F() function
63 float x = 0.0f;
64 float y = 0.0f;
65 float z = 0.0f;