oriels/app/dofs/stretch-cursor/finger/StretchFinger.cs
spatialfree fbd7ce3a4a Ian
2022-09-28 13:03:07 -04:00

12 lines
No EOL
127 B
C#

namespace Oriels;
class StretchFinger : dof {
// Pose p0, p1
public void Init() {
}
public void Frame() {
}
}