Refine SetHeading conversion wording
Agent-Logs-Url: https://github.com/enaut/turtlers/sessions/5fb2f5ed-163f-4c2d-8180-1e96150e7e46 Co-authored-by: enaut <290005+enaut@users.noreply.github.com>
This commit is contained in:
parent
2ac52ecc92
commit
77ca219621
@ -34,8 +34,9 @@ pub enum TurtleCommand {
|
||||
|
||||
// Position
|
||||
Goto(Coordinate),
|
||||
/// Heading stored as internal radians (Y-down render-space convention),
|
||||
/// already converted by the builder from user-facing degrees.
|
||||
/// Heading stored as internal radians (Y-down render-space convention).
|
||||
/// Values passed via `TurtlePlan::set_heading` are converted from
|
||||
/// user-facing degrees before this command is enqueued.
|
||||
SetHeading(Radians),
|
||||
|
||||
// Visibility
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user