| 17 | |
| 18 | |
| 19 | std::wstring SampleFrameworkDir() |
| 20 | { |
| 21 | return std::wstring(SampleFrameworkDir_); |
| 22 | } |
| 23 | |
| 24 | // Converts from cartesian to barycentric coordinates |
| 25 | XMFLOAT3 CartesianToBarycentric(float x, float y, const XMFLOAT2& pos1, const XMFLOAT2& pos2, const XMFLOAT2& pos3) |
no outgoing calls
no test coverage detected