diff --git a/OpenNest.Core/Drawing.cs b/OpenNest.Core/Drawing.cs index d266f7c..54da9f7 100644 --- a/OpenNest.Core/Drawing.cs +++ b/OpenNest.Core/Drawing.cs @@ -186,10 +186,11 @@ namespace OpenNest /// /// Rotation (radians) that maps the source program geometry to its canonical - /// (MBR-axis-aligned) frame. A value of 0 means the drawing is already canonical. - /// Task 3 will wire setter to populate this via - /// ; for now it is assigned manually by - /// engine helpers (see OpenNest.Engine.CanonicalFrame). + /// (MBR-axis-aligned) frame. Populated automatically by the + /// setter via . A value of 0 means the drawing is + /// already canonical or is true. Callers that mutate + /// in place must invoke + /// to refresh. /// public double Angle { get; set; } }