setD method
Implementation
TransformC setD(TransformD o) {
translation.setD(o.translation);
rotation.setD(o.rotation);
scale.setD(o.scale);
return this;
}
TransformC setD(TransformD o) {
translation.setD(o.translation);
rotation.setD(o.rotation);
scale.setD(o.scale);
return this;
}