Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
|
This is the complete list of members for jpp::video::S3DVertex, including all inherited members.
Color | jpp::video::S3DVertex | |
getInterpolated(const S3DVertex &other, f32 d) (defined in jpp::video::S3DVertex) | jpp::video::S3DVertex | inline |
getType() | jpp::video::S3DVertex | inlinestatic |
Normal | jpp::video::S3DVertex | |
operator!=(const S3DVertex &other) const (defined in jpp::video::S3DVertex) | jpp::video::S3DVertex | inline |
operator<(const S3DVertex &other) const (defined in jpp::video::S3DVertex) | jpp::video::S3DVertex | inline |
operator==(const S3DVertex &other) const (defined in jpp::video::S3DVertex) | jpp::video::S3DVertex | inline |
Pos | jpp::video::S3DVertex | |
S3DVertex() | jpp::video::S3DVertex | inline |
S3DVertex(f32 x, f32 y, f32 z, f32 nx, f32 ny, f32 nz, SColor c, f32 tu, f32 tv) | jpp::video::S3DVertex | inline |
S3DVertex(const core::vector3df &pos, const core::vector3df &normal, SColor color, const core::vector2d< f32 > &tcoords) | jpp::video::S3DVertex | inline |
TCoords | jpp::video::S3DVertex |