Type Definition opengex::structure::Param [] [src]

type Param = f32;

The Param structure contains just a float. While the OpenGEX specification defines a Param as a key-value pair, this is better implemented through a HashMap. See ParamMap.