internal InstructionsKeyFrame(KeyFrame frame) { dFrame = frame; }
public KeyFrame(KeyFrame d) : this(d.pose, d.dt) { }
public static Instructions create(KeyFrame k) { return(new InstructionsKeyFrame(k)); }