/* */
/* 71 */ int length = ((KBRotPosScaleSplinePathInterpolator)this.node).getArrayLength();
/* 72 */ out.writeInt(length);
/* */
/* 74 */ for (int i = 0; i < length; i++) {
/* 75 */ KBKeyFrame keyFrame = ((KBRotPosScaleSplinePathInterpolator)this.node).getKeyFrame(i);
/* 76 */ out.writeFloat(keyFrame.knot);
/* 77 */ out.writeInt(keyFrame.linear);
/* 78 */ this.control.writePoint3f(out, keyFrame.position);
/* 79 */ out.writeFloat(keyFrame.heading);
/* 80 */ out.writeFloat(keyFrame.pitch);