#include <UT_PolySample.h>
Public Member Functions | |
| int | setVertices (fpreal x0, fpreal y0, fpreal x1, fpreal y1, fpreal x2, fpreal y2, fpreal x3, fpreal y3) |
| int | init () |
| int | sample (double x, double y, float &u, float &v) |
| int | isBackface () |
Definition at line 109 of file UT_PolySample.h.
| int UT_SampleQuad2D::init | ( | ) |
| int UT_SampleQuad2D::isBackface | ( | ) | [inline] |
Definition at line 132 of file UT_PolySample.h.
| int UT_SampleQuad2D::sample | ( | double | x, | |
| double | y, | |||
| float & | u, | |||
| float & | v | |||
| ) | [inline] |
Definition at line 126 of file UT_PolySample.h.
| int UT_SampleQuad2D::setVertices | ( | fpreal | x0, | |
| fpreal | y0, | |||
| fpreal | x1, | |||
| fpreal | y1, | |||
| fpreal | x2, | |||
| fpreal | y2, | |||
| fpreal | x3, | |||
| fpreal | y3 | |||
| ) | [inline] |
Definition at line 114 of file UT_PolySample.h.
1.5.9