InfinitePlane3d
InfinitePlane3d
- normal : bevy_math::direction::Dir3
Description
An unbounded plane in 3D space. It forms a separating surface through the origin, stretching infinitely far
Functions
Function | Summary |
---|---|
clone(_self) | No Documentation 🚧 |
eq(_self, other) | No Documentation 🚧 |
isometry_from_xy(_self, origin) | Computes an [`Isometry3d`] which transforms points from the XY-plane to this plane with the given `origin`. ## Guarantees * the transformation is a [congruence] |
isometry_into_xy(_self, origin) | Computes an [`Isometry3d`] which transforms points from the plane in 3D space with the given `origin` to the XY-plane. ## Guarantees * the transformation is a [congruence] |