Home
last modified time | relevance | path

Searched refs:currentVertices_ (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DModel.h63 : currentVertices_(vertices), in Model()
70 inline const Vertex *getVertexData() const { return currentVertices_.data(); } in getVertexData()
83 currentVertices_[i].position = currentVertices_[i].position + offset; in move()
95 currentVertices_[i].position = out + center_; in setRotation()
111 std::vector<Vertex> currentVertices_; variable