|
| double3x3 () |
|
| double3x3 (double xx, double xy, double xz, double yx, double yy, double yz, double zx, double zy, double zz) |
|
| double3x3 (double3 _x, double3 _y, double3 _z) |
|
double & | operator() (int r, int c) |
|
const double & | operator() (int r, int c) const |
|
double3 & | operator[] (int i) |
|
const double3 & | operator[] (int i) const |
|
Definition at line 423 of file cd_hull.cpp.
◆ double3x3() [1/3]
ConvexDecomposition::double3x3::double3x3 |
( |
| ) |
|
|
inline |
◆ double3x3() [2/3]
ConvexDecomposition::double3x3::double3x3 |
( |
double |
xx, |
|
|
double |
xy, |
|
|
double |
xz, |
|
|
double |
yx, |
|
|
double |
yy, |
|
|
double |
yz, |
|
|
double |
zx, |
|
|
double |
zy, |
|
|
double |
zz |
|
) |
| |
|
inline |
◆ double3x3() [3/3]
◆ operator()() [1/2]
double& ConvexDecomposition::double3x3::operator() |
( |
int |
r, |
|
|
int |
c |
|
) |
| |
|
inline |
◆ operator()() [2/2]
const double& ConvexDecomposition::double3x3::operator() |
( |
int |
r, |
|
|
int |
c |
|
) |
| const |
|
inline |
◆ operator[]() [1/2]
double3& ConvexDecomposition::double3x3::operator[] |
( |
int |
i | ) |
|
|
inline |
◆ operator[]() [2/2]
const double3& ConvexDecomposition::double3x3::operator[] |
( |
int |
i | ) |
const |
|
inline |
double3 ConvexDecomposition::double3x3::x |
double3 ConvexDecomposition::double3x3::y |
double3 ConvexDecomposition::double3x3::z |
The documentation for this class was generated from the following file: