▲
-
Header: TexturedPoint2D
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Quick)
target_link_libraries(mytarget PRIVATE Qt6::Quick)
-
qmake: QT += quick
Detailed Description▲
Member Function Documentation▲
void TexturedPoint2D::set(float x, float y, float tx, float ty)▲
Sets the position of the vertex to x and y and the texture coordinate to tx and ty.