writeInto method
Implementation
@override
void writeInto(TransformC p) {
translation.writeInto(p.translation);
rotation.writeInto(p.rotation);
scale.writeInto(p.scale);
}
@override
void writeInto(TransformC p) {
translation.writeInto(p.translation);
rotation.writeInto(p.rotation);
scale.writeInto(p.scale);
}