Creates an Attribute instance with a Matrix4 translated by the given values.
T translationValues(double x, double y, double z) => builder(Matrix4.translationValues(x, y, z));