SketchUp SDK
|
Go to the source code of this file.
Data Structures | |
struct | SUUVQ |
Stores UV texture coordinates. More... | |
Functions | |
SU_RESULT | SUUVHelperRelease (SUUVHelperRef *uvhelper) |
Releases a UVHelper object that was obtained from a face. More... | |
SU_RESULT | SUUVHelperGetFrontUVQ (SUUVHelperRef uvhelper, const struct SUPoint3D *point, struct SUUVQ *uvq) |
Retrieves the UVQ point at the given point for the front of the face. More... | |
SU_RESULT | SUUVHelperGetBackUVQ (SUUVHelperRef uvhelper, const struct SUPoint3D *point, struct SUUVQ *uvq) |
Retrieves the UVQ point at the given point for the back of the face. More... | |
SU_RESULT SUUVHelperGetBackUVQ | ( | SUUVHelperRef | uvhelper, |
const struct SUPoint3D * | point, | ||
struct SUUVQ * | uvq | ||
) |
Retrieves the UVQ point at the given point for the back of the face.
[in] | uvhelper | The UVHelper object. |
[in] | point | The point where the coordinates are to be computed. |
[out] | uvq | The coordinates retrieved. |
SU_RESULT SUUVHelperGetFrontUVQ | ( | SUUVHelperRef | uvhelper, |
const struct SUPoint3D * | point, | ||
struct SUUVQ * | uvq | ||
) |
Retrieves the UVQ point at the given point for the front of the face.
[in] | uvhelper | The UV helper object. |
[in] | point | The point where the coordinates are to be computed. |
[out] | uvq | The coordinates retrieved. |
SU_RESULT SUUVHelperRelease | ( | SUUVHelperRef * | uvhelper | ) |
Releases a UVHelper object that was obtained from a face.
[in] | uvhelper | The UV helper object. |