Skip to main content

Datum

Type Alias Datum 

Source
pub type Datum = Transform;
Expand description

A rigid or similarity transform that placements are built from.

Shared: many locations refer to the same datum, and comparing two references to it is what makes placement identity cheap.

Aliased Typeยง

pub struct Datum { /* private fields */ }