Plane3d
Plane3d
- normal : bevy_math::direction::Dir3
- half_size : glam::Vec2
Description
A bounded plane in 3D space. It forms a surface starting from the origin with a defined height and width.
Functions
Function | Summary |
---|---|
clone(_self) | No Documentation 🚧 |
eq(_self, other) | No Documentation 🚧 |
new(normal, half_size) | Create a new `Plane3d` from a normal and a half size # Panics Panics if the given `normal` is zer |