JunkBox_Lib++ (for Windows) 1.10.1
|
#include <Vector.h>
Public Member Functions | |
UVMap (T U=0, T V=0, int d=0) | |
virtual | ~UVMap (void) |
void | init (void) |
void | set (T U, T V=0, int D=0) |
UVMap | flip (void) |
UVMap | flipV (void) |
UVMap | flipU (void) |
template<typename R > | |
UVMap< T > & | operator= (const UVMap< R > a) |
Public Attributes | |
T | u |
T | v |
int | d |
汎用 | |
template <typename T=double>> class UVMap
2次元ベクトルの定義
パラメトリック曲面用
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
Definition at line 610 of file Vector.h.
Referenced by ContourTriData::init(), and TriPolygonData::init().
|
inline |
Definition at line 617 of file Vector.h.
References UVMap< T >::d, UVMap< T >::u, and UVMap< T >::v.
|
inline |
int d |
Definition at line 604 of file Vector.h.
Referenced by jbxl::Cast(), jbxl::operator*(), jbxl::operator*(), jbxl::operator+(), jbxl::operator+(), jbxl::operator+(), jbxl::operator-(), jbxl::operator-(), jbxl::operator-(), jbxl::operator-(), jbxl::operator/(), jbxl::operator/(), and UVMap< T >::operator=().
T u |
Definition at line 602 of file Vector.h.
Referenced by jbxl::Cast(), GLTFData::createBinDataAoS(), GLTFData::createBinDataSeqAoS(), GLTFData::createBinDataSeqSoA(), GLTFData::createBinDataSoA(), GLTFData::createShellGeometryData(), TextureParam::execInvRotate(), TextureParam::execInvScale(), TextureParam::execInvShift(), TextureParam::execRotate(), TextureParam::execScale(), TextureParam::execShift(), MeshFacetNode::generatePlanarUVMap(), jbxl::operator!=(), jbxl::operator*(), jbxl::operator*(), jbxl::operator+(), jbxl::operator+(), jbxl::operator+(), jbxl::operator-(), jbxl::operator-(), jbxl::operator-(), jbxl::operator-(), jbxl::operator/(), jbxl::operator/(), UVMap< T >::operator=(), jbxl::operator==(), and OBJData::output_obj().
T v |
Definition at line 603 of file Vector.h.
Referenced by jbxl::Cast(), GLTFData::createBinDataAoS(), GLTFData::createBinDataSeqAoS(), GLTFData::createBinDataSeqSoA(), GLTFData::createBinDataSoA(), GLTFData::createShellGeometryData(), TextureParam::execInvRotate(), TextureParam::execInvScale(), TextureParam::execInvShift(), TextureParam::execRotate(), TextureParam::execScale(), TextureParam::execShift(), MeshFacetNode::generatePlanarUVMap(), jbxl::operator!=(), jbxl::operator*(), jbxl::operator*(), jbxl::operator+(), jbxl::operator+(), jbxl::operator+(), jbxl::operator-(), jbxl::operator-(), jbxl::operator-(), jbxl::operator-(), jbxl::operator/(), jbxl::operator/(), UVMap< T >::operator=(), jbxl::operator==(), and OBJData::output_obj().