```cs public class DiskPrimitive : Primitive { // Radius of the disk public float radius; // This transform must only contain rotation and translation components, not scale public Matrix4F transform; } ``` > WARNING: the `transform` matrix should only contain rotation and translation operations, not scale. The size of the disk should be controlled via the `radius` property