mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Merge 1074954fae
into 81d62d01d1
This commit is contained in:
commit
1f123ee85b
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ public:
|
||||||
bool existsIntersection(const plane3d<T> &other) const
|
bool existsIntersection(const plane3d<T> &other) const
|
||||||
{
|
{
|
||||||
vector3d<T> cross = other.Normal.crossProduct(Normal);
|
vector3d<T> cross = other.Normal.crossProduct(Normal);
|
||||||
return cross.getLength() > core::ROUNDING_ERROR_f32;
|
return cross.getLength() > ROUNDING_ERROR_f32;
|
||||||
}
|
}
|
||||||
|
|
||||||
//! Intersects this plane with another.
|
//! Intersects this plane with another.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue