luxlabs header browser preview


@interface CMDiagramPointPyramidLayerMapper : CMDiagramPointMapper {
    double mPyramidAspectRatio;
}

- (void)mapAt:(id)a0 withState:(id)a1;
- (void)setPyramidAspectRatio:(double)a0;

@end