Construct an Affine3 transformation

Hey! I’m trying to construct an Affine transform, but I can’t find any useful functions to create one. For Isometry and Similarity there are easy-to-use from_parts functions, but I can’t find the Affine equivalent. Am I missing something? Thanks!