writeInto method

  1. @override
void writeInto(
  1. TransformC p
)
override

Implementation

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