[wpilib] Impove Mechanism2D documentation (NFC) (#3584)

This commit is contained in:
sciencewhiz
2021-09-17 22:54:10 -07:00
committed by GitHub
parent fe59e4b9fe
commit 4d5fca27ef
6 changed files with 27 additions and 8 deletions

View File

@@ -18,6 +18,9 @@ namespace frc {
/**
* Ligament node on a Mechanism2d.
*
* A ligament can have its length changed (like an elevator) or angle changed,
* like an arm.
*
* @see Mechanism2d
*/
class MechanismLigament2d : public MechanismObject2d {