mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[wpilib] Impove Mechanism2D documentation (NFC) (#3584)
This commit is contained in:
@@ -16,8 +16,12 @@ namespace frc {
|
||||
/**
|
||||
* Root Mechanism2d node.
|
||||
*
|
||||
* A root is the anchor point of other nodes (such as ligaments).
|
||||
*
|
||||
* Do not create objects of this class directly! Obtain pointers from the
|
||||
* Mechanism2d.GetRoot() factory method.
|
||||
*
|
||||
* <p>Append other nodes by using Append().
|
||||
*/
|
||||
class MechanismRoot2d : private MechanismObject2d {
|
||||
friend class Mechanism2d;
|
||||
|
||||
Reference in New Issue
Block a user