WIP
This commit is contained in:
parent
72b9dc8216
commit
dfc7c81500
12 changed files with 8192 additions and 8211 deletions
|
@ -755,6 +755,10 @@ impl Pixels {
|
|||
pub fn pow(&self, exponent: f32) -> Self {
|
||||
Self(self.0.powf(exponent))
|
||||
}
|
||||
|
||||
pub fn abs(&self) -> Self {
|
||||
Self(self.0.abs())
|
||||
}
|
||||
}
|
||||
|
||||
impl Mul<Pixels> for Pixels {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue