Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
This is the complete list of members for nirt::video::S3DVertexTangents, including all inherited members.
Binormal | nirt::video::S3DVertexTangents | |
Color | nirt::video::S3DVertex | |
getInterpolated(const S3DVertexTangents &other, f32 d) (defined in nirt::video::S3DVertexTangents) | nirt::video::S3DVertexTangents | inline |
getInterpolated(const S3DVertex &other, f32 d) (defined in nirt::video::S3DVertex) | nirt::video::S3DVertex | inline |
getType() (defined in nirt::video::S3DVertexTangents) | nirt::video::S3DVertexTangents | inlinestatic |
Normal | nirt::video::S3DVertex | |
operator!=(const S3DVertexTangents &other) const (defined in nirt::video::S3DVertexTangents) | nirt::video::S3DVertexTangents | inline |
operator!=(const S3DVertex &other) const (defined in nirt::video::S3DVertex) | nirt::video::S3DVertex | inline |
operator<(const S3DVertexTangents &other) const (defined in nirt::video::S3DVertexTangents) | nirt::video::S3DVertexTangents | inline |
operator<(const S3DVertex &other) const (defined in nirt::video::S3DVertex) | nirt::video::S3DVertex | inline |
operator==(const S3DVertexTangents &other) const (defined in nirt::video::S3DVertexTangents) | nirt::video::S3DVertexTangents | inline |
operator==(const S3DVertex &other) const (defined in nirt::video::S3DVertex) | nirt::video::S3DVertex | inline |
Pos | nirt::video::S3DVertex | |
S3DVertex() | nirt::video::S3DVertex | inline |
S3DVertex(f32 x, f32 y, f32 z, f32 nx, f32 ny, f32 nz, SColor c, f32 tu, f32 tv) | nirt::video::S3DVertex | inline |
S3DVertex(const core::vector3df &pos, const core::vector3df &normal, SColor color, const core::vector2d< f32 > &tcoords) | nirt::video::S3DVertex | inline |
S3DVertexTangents() | nirt::video::S3DVertexTangents | inline |
S3DVertexTangents(f32 x, f32 y, f32 z, f32 nx=0.0f, f32 ny=0.0f, f32 nz=0.0f, SColor c=0xFFFFFFFF, f32 tu=0.0f, f32 tv=0.0f, f32 tanx=0.0f, f32 tany=0.0f, f32 tanz=0.0f, f32 bx=0.0f, f32 by=0.0f, f32 bz=0.0f) | nirt::video::S3DVertexTangents | inline |
S3DVertexTangents(const core::vector3df &pos, SColor c, const core::vector2df &tcoords) | nirt::video::S3DVertexTangents | inline |
S3DVertexTangents(const core::vector3df &pos, const core::vector3df &normal, SColor c, const core::vector2df &tcoords, const core::vector3df &tangent=core::vector3df(), const core::vector3df &binormal=core::vector3df()) | nirt::video::S3DVertexTangents | inline |
S3DVertexTangents(const S3DVertex &o) | nirt::video::S3DVertexTangents | inline |
Tangent | nirt::video::S3DVertexTangents | |
TCoords | nirt::video::S3DVertex |