-
Notifications
You must be signed in to change notification settings - Fork 0
Terminology
Note
Status: IMPLEMENTED
This page provides brief definitions for evolving terminology within HYWE.
Orthogonal Cartesian coordinates plus hexagonal adjacency, used as the spatial framework for organizational interpretation and topology generation. See Hygrid Coordinate System for a detailed explanation.
The parsing layer responsible for interpreting relational syntax and architectural programming structures.
The fundamental, indivisible atomic spatial unit of the HYWE universe, anchoring the system to an integer grid.
A formal aggregation of connected Hexels logically grouped around a root Base Hexel, constructed sequentially by a fixed topological operator.
The geometry layer responsible for generating Hygrid-specific geometry, deterministic boundary evaluation, island resolution, and polygon processing for planar configuration.
The planar spatial configuration layer responsible for 2D organizational interpretation.
The nesting layer responsible for resolving internal spatial recursion and sub-configurations (a Xyxel within a Xyxel).
The volumetric stacking layer responsible for vertical spatial aggregation and massing (a Xyxel above a Xyxel).
The data ingestion and dataset structuring framework supporting the capture, pairing, and organization of architectural intent, HYWE Syntax, and deterministic spatial configurations.
To accurately reason about spatial architecture, HYWE formally distinguishes between different types of relationships:
-
Adjacency (
$A \sim B$ ): A physically neighboring relationship between two discrete units (e.g., shared boundaries). -
Connectivity (
$A \leftrightarrow B$ ): A traversable relationship between spaces (e.g., doors, corridors). Adjacency does not imply connectivity. -
Flow (
$A \xrightarrow{w} B$ ): A directed or weighted movement relationship (e.g., expected circulation patterns). -
Visibility (
$A \rightleftharpoons B$ ): A perceptual relationship (e.g., lines of sight between rooms). -
Containment (
$A \subset B$ ): A parent/child spatial relationship (handled via Nexel). -
Hierarchy (
$A < B$ ): A programmatic or organizational relationship (handled via Lexel).