Type Alias x11_dl::xrender::XTriangle

source ·
pub type XTriangle = _XTriangle;

Aliased Type§

struct XTriangle {
    pub p1: _XPointFixed,
    pub p2: _XPointFixed,
    pub p3: _XPointFixed,
}

Fields§

§p1: _XPointFixed§p2: _XPointFixed§p3: _XPointFixed