Vec4
A 4D vector with fixed-point components.
Fully qualified path: cairo_fp::f64::types::vec4::Vec4
#[derive(Copy, Drop, Serde)]
struct Vec4 {
x: Fixed,
y: Fixed,
z: Fixed,
w: Fixed,
}
Members
x
Fully qualified path: cairo_fp::f64::types::vec4::Vec4::x
x: Fixed
y
Fully qualified path: cairo_fp::f64::types::vec4::Vec4::y
y: Fixed
z
Fully qualified path: cairo_fp::f64::types::vec4::Vec4::z
z: Fixed
w
Fully qualified path: cairo_fp::f64::types::vec4::Vec4::w
w: Fixed