Alec Jacobson
|
c25e874b18
better templating for WNAABB, and template hell ensuing
|
8 лет назад |
Alec Jacobson
|
b6c6db1279
specialization --> instantiation
|
8 лет назад |
Alec Jacobson
|
36f3f666e9
fix template to match explicits
|
8 лет назад |
Alec Jacobson
|
7528f7ed1f
MERGE
|
8 лет назад |
Yotam Gingold
|
347ec4e8e8
fixed template specialization
|
8 лет назад |
Yotam Gingold
|
585762dfa7
In point_simplex_squared_distance.h, declare bary and b as PlainObjectBase instead of MatrixBase for Eigen 3.3 and 3.2 compatibility.
|
8 лет назад |
Alec Jacobson
|
7a54d71d23
fix compilation error (hopefull also for Eigen 3.3)
|
8 лет назад |
Alec Jacobson
|
e4c99b2f1f
templates
|
8 лет назад |
Yotam Gingold
|
22df54e31e
Removed some PlainObjectBase instantiations for Eigen 3.3 compatibility.
|
8 лет назад |
Alec Jacobson
|
97bf3c6fb5
PlainObjectBase objects should not be declared
|
8 лет назад |
Alec Jacobson
|
18d9d479e2
[bug fix] array size issue, hack remains
|
8 лет назад |
KazutakaNakashima
|
84ab9e1d26
Check whether bary is Eigen Vector or RowVector
|
8 лет назад |
KazutakaNakashima
|
86f98760ad
Change "bary.resize( DIM , 1 )" to "bary.resize( DIM )"
|
8 лет назад |
Yotam Gingold
|
121114aaad
point_simplex_squared_distance now returns the barycentric coordinates
|
8 лет назад |
Alec Jacobson
|
70693a85ba
small speed up and code reogranization for point/mesh squared distance
|
9 лет назад |
Alec Jacobson
|
eee3a7413f
extract point-simplex distance and triangle barycentric coordinates from AABB, use MatrixBase for const input params
|
9 лет назад |