Qingnan Zhou
|
12c3c64ab1
Correct template specialization...
|
8 years ago |
Qingnan Zhou
|
12f68a6ef8
Correct type for template specialization.
|
8 years ago |
Qingnan Zhou
|
a1eb6116cc
Minor bug fix: see https://github.com/libigl/libigl-unit-tests/issues/8
|
8 years ago |
Yotam Gingold
|
22df54e31e
Removed some PlainObjectBase instantiations for Eigen 3.3 compatibility.
|
8 years ago |
Alec Jacobson
|
97bf3c6fb5
PlainObjectBase objects should not be declared
|
8 years ago |
Alec Jacobson
|
18d9d479e2
[bug fix] array size issue, hack remains
|
8 years ago |
KazutakaNakashima
|
84ab9e1d26
Check whether bary is Eigen Vector or RowVector
|
8 years ago |
KazutakaNakashima
|
86f98760ad
Change "bary.resize( DIM , 1 )" to "bary.resize( DIM )"
|
8 years ago |
Yotam Gingold
|
121114aaad
point_simplex_squared_distance now returns the barycentric coordinates
|
8 years ago |
Alec Jacobson
|
70693a85ba
small speed up and code reogranization for point/mesh squared distance
|
9 years ago |
Alec Jacobson
|
eee3a7413f
extract point-simplex distance and triangle barycentric coordinates from AABB, use MatrixBase for const input params
|
9 years ago |