Developer Documentation
|
Public Types | |
typedef Custom::Vec< 3 > | Point |
typedef Custom::Vec< 3 > | Normal |
typedef Custom::Vec< 2 > | TexCoord2D |
typedef Custom::Vec< 3 > | TexCoord3D |
![]() | |
typedef Vec3f | Point |
The default coordinate type is OpenMesh::Vec3f. More... | |
typedef Vec3f | Normal |
The default normal type is OpenMesh::Vec3f. More... | |
typedef float | TexCoord1D |
The default 1D texture coordinate type is float. More... | |
typedef Vec2f | TexCoord2D |
The default 2D texture coordinate type is OpenMesh::Vec2f. More... | |
typedef Vec3f | TexCoord3D |
The default 3D texture coordinate type is OpenMesh::Vec3f. More... | |
typedef int | TextureIndex |
The default texture index type. More... | |
typedef Vec3uc | Color |
The default color type is OpenMesh::Vec3uc. More... | |
Additional Inherited Members | |
![]() | |
VertexAttributes (0) | |
HalfedgeAttributes (Attributes::PrevHalfedge) | |
EdgeAttributes (0) | |
FaceAttributes (0) | |
Definition at line 49 of file BSP_test.cc.
typedef Custom::Vec<3> CustomTraits::Normal |
Definition at line 132 of file unittests_common_customtraits.hh.
typedef Custom::Vec<3> CustomTraits::Point |
Definition at line 131 of file unittests_common_customtraits.hh.
typedef Custom::Vec<2> CustomTraits::TexCoord2D |
Definition at line 134 of file unittests_common_customtraits.hh.
typedef Custom::Vec<3> CustomTraits::TexCoord3D |
Definition at line 135 of file unittests_common_customtraits.hh.