Files
create/src/Mod/Robot/App/kdl_cp
wmayer b1dd1e61a7 force strict ISO C++ (-Wpedantic)
for Fem, Import, PartDesign, Robot, Sketcher, TechDraw
2019-09-18 14:18:07 +02:00
..
2015-10-14 17:59:25 -03:00
2017-12-13 00:10:46 -05:00
2016-09-23 21:18:57 +02:00
2018-04-25 09:41:33 -03:00
2015-10-14 17:59:25 -03:00
2015-10-14 17:59:25 -03:00
2016-09-27 19:26:45 +02:00
2019-09-18 14:18:07 +02:00
2015-10-14 17:59:25 -03:00
2015-10-14 17:59:25 -03:00
2015-10-14 17:59:25 -03:00
2016-09-23 21:18:57 +02:00
2015-10-14 17:59:25 -03:00
2015-10-14 17:59:25 -03:00
2018-04-25 09:41:33 -03:00
2016-09-23 21:18:57 +02:00
2018-08-07 11:13:31 -04:00
2016-09-23 21:18:57 +02:00
2015-10-14 17:59:25 -03:00
2015-10-14 17:59:25 -03:00
2016-09-23 21:18:57 +02:00
2015-10-14 17:59:25 -03:00
2016-09-23 21:18:57 +02:00
2017-12-13 00:10:46 -05:00
2016-09-23 21:18:57 +02:00
2016-09-23 21:18:57 +02:00
2017-02-18 09:44:58 +01:00

Coding standards :
=================

- Standard naming for header file and cpp file : hpp and cpp
- KDL namespace and references.

Directories:
============

utilities: utility classes for KDL, should not be included separately
	   by a user

experimental: preliminary code snippets.

bindings: code for binding KDL with other libraries or coding-languages