Local Grid Cartesian Reference Frame

The local grid reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11).

Structure

Types: gmeow:ReferenceFrame

Practical Pattern

Use gmeow:referenceFrameLocalGrid as a controlled value typed as gmeow:ReferenceFrame.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Measured Vs Perceived

# --- Objective: a grid of temperature readings, framed (P11).
ex:thermalGrid a gmeow:CoordinateMatrix ;
    gmeow:coordinateMatrixFrame gmeow:referenceFrameLocalGrid ;
    gmeow:matrixShape           "1" ;
    gmeow:matrixValue           "23.5" .

Common Companion Terms

gmeow:ReferenceFrame