Guest User

Untitled

a guest
Jun 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. self.bounding_box.set(Some(self.component.map_or(
  2. SchemaAABB::new(
  3. Point::new(0.0, 0.0),
  4. Point::new(0.0, 0.0)
  5. ),
  6. |ref c| c.get_boundingbox().translated(Vector::new(
  7. self.position.x,
  8. self.position.y
  9. ))
  10. )));
Add Comment
Please, Sign In to add comment