wmayer
d4d9cd093e
avoid several implicit conversions, replace several old C-casts with static_cast, do some optimizations
2019-09-20 14:56:36 +02:00
wmayer
e8928898a8
avoid several implicit conversions, replace several old C-casts with static_cast
2019-09-19 19:43:10 +02:00
wmayer
5a83dc2c8f
avoid several implicit conversions, replace several old C-casts, other minor changes
2019-09-18 23:27:54 +02:00
wmayer
79a722830d
implement trimming of a mesh with a plane
2019-09-14 17:05:20 +02:00
wmayer
c5e400cd38
Add methods to get intersections of mesh edges, project point on edge
2019-06-27 19:27:12 +02:00
wmayer
746997e484
improve mesh repair functions
2019-04-12 21:31:46 +02:00
wmayer
4e018c506b
extend mesh repair functions
2019-03-13 01:39:27 +01:00
wmayer
d37d7455d0
fix double vs. float problem to solve problems in Mesh.nearestFacetOnRay
2019-01-08 19:13:50 +01:00
wmayer
25eb9a22e9
fix MeshGeomFacet::IntersectWithPlane
2018-12-11 18:42:47 +01:00
wmayer
806ad88c5a
+ implement a faster method to multiply vector with matrix
...
+ add convenience method to transform a point array
2018-07-25 17:31:11 +02:00
luz.paz
7a09a5774e
More misc. typos
2018-05-19 12:17:52 -04:00
luz.paz
505488c4f9
Misc. typos
...
Found via `codespell`
2018-04-25 09:41:33 -03:00
wmayer
8d3e5a31fb
add plausibility for self-intersectin check to filter out false-positives
2016-08-08 16:40:11 +02:00
wmayer
3785cf7631
add parameters to IsDeformed method
2016-07-31 19:08:42 +02:00
wmayer
33bb67edcb
fix rounding issue in IsDegenerated() method
2016-07-31 17:37:23 +02:00
wmayer
0ae92950f0
fix rounding issue in IsDegenerated() method
2016-07-31 13:48:09 +02:00
wmayer
8a5c03b671
+ allow to customize algorithms in mesh evalutation panel
2016-07-30 19:51:16 +02:00
wmayer
51171fd932
+ implement modifier class to allow limited access to internals of mesh kernel class
2016-07-30 15:31:45 +02:00
wmayer
1e2e24b652
+ rename methods in Vector3 class
...
+ add convenience methods Cross and Dot to Vector3 class
+ fix bug in DistanceToLineSegment in Vector3 class
2016-07-30 15:14:47 +02:00
wmayer
a4d1dbe5f0
+ rework BoundingBox class and its Python binding
2015-10-11 00:18:53 +02:00
wmayer
b7be7aec13
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-07 13:38:17 +02:00
wmayer
967eead27a
+ split file extension from descriptive text of file format to avoid that invalid translation breaks file dialog
...
+ add method to make image view unclosable for user
+ fix possible crash in MeshAlgorithm::GetMeshBorder
+ fix possible crash in MeshAlgorithm::ConnectLines
2015-10-06 17:28:52 +02:00
Mateusz Skowroński
43a4a5938c
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
120ca87015
+ unify DLL export defines to namespace names
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00