|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| D3DXVECTOR3 | position |
| D3DXVECTOR3 | normal |
| float | x |
| float | y |
| float | z |
| float | tx |
| float | ty |
| D3DXVECTOR3 vertex::normal |
Definition at line 4560 of file mesh.c.
Referenced by compare_text_outline_mesh(), compute_text_mesh(), D3DXCreateBox(), D3DXCreateCylinder(), D3DXCreatePolygon(), D3DXCreateSphere(), D3DXCreateTextW(), and D3DXCreateTorus().
| D3DXVECTOR3 vertex::position |
Definition at line 4559 of file mesh.c.
Referenced by compare_mesh(), compare_text_outline_mesh(), compute_text_mesh(), D3DXCreateBox(), D3DXCreateCylinder(), D3DXCreatePolygon(), D3DXCreateSphere(), D3DXCreateTextW(), D3DXCreateTorus(), and D3DXIntersectTriTest().
| float vertex::x |
Definition at line 29 of file hlsl.c.
Referenced by bezier_approximate(), bezier_deviation_squared(), d3dx9_mesh_GenerateAdjacency(), D3DXComputeBoundingBoxTest(), D3DXComputeBoundingSphereTest(), D3DXIntersectTriTest(), and NT5_DrawBaseBackground().
| float vertex::y |
Definition at line 29 of file hlsl.c.
Referenced by bezier_approximate(), bezier_deviation_squared(), d3dx9_mesh_GenerateAdjacency(), D3DXComputeBoundingBoxTest(), D3DXComputeBoundingSphereTest(), D3DXIntersectTriTest(), and NT5_DrawBaseBackground().
| float vertex::z |
Definition at line 29 of file hlsl.c.
Referenced by d3dx9_mesh_GenerateAdjacency(), D3DXComputeBoundingBoxTest(), D3DXComputeBoundingSphereTest(), and D3DXIntersectTriTest().