drawTransform method
Draw a transform. Choose your own length scale.
Implementation
@override
void drawTransform(Transform xf, Color3i color) {
drawCircle(xf.p, 0.1, color);
// TODO(rupertk): Draw rotation representation (drawCircle axis parameter?)
}