summaryrefslogtreecommitdiff
path: root/src/types/MaskPosition.zig
blob: ba668c48a54a4dbc694d61a4c056f94f23f21c0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
pub const Point = enum {
    forehead,
    eyes,
    mouth,
    chin,
};

point: Point,
x_shift: f32,
y_shift: f32,
scale: f32,