Plane2d
Plane2d
- normal : bevy_math::direction::Dir2
Description
An unbounded plane in 2D space. It forms a separating surface through the origin, stretching infinitely far
Functions
Function | Summary |
---|---|
clone(_self) | No Documentation 🚧 |
eq(_self, other) | No Documentation 🚧 |
new(normal) | Create a new `Plane2d` from a normal # Panics Panics if the given `normal` is zero (or very close |