General bug fixes (#142)
* Core/Bitset: Fix TestAll method * Fix documentation * Fix color and their conversions * Core/ByteStream: Fix return of Write * Fix compiler warnings * Math/Algorithm: Fix angle normalization * Math/BoundingVolume: Fix lerp * Math: Fix relation between Matrix4 and Quaternion * More tests * X11/Window: Fix mouse moved event generated when doing Mouse::SetPosition * Update ChangeLog * Should fix compilation on Windows * Should fix compilation on Windows Forgot to include array for Windows
This commit is contained in:
committed by
Jérôme Leclercq
parent
f2506ee918
commit
f991a9529e
@@ -106,9 +106,9 @@ namespace Nz
|
||||
* \brief Returns the distance from the plane to the point
|
||||
* \return Distance to the point
|
||||
*
|
||||
* \param X X position of the point
|
||||
* \param Y Y position of the point
|
||||
* \param Z Z position of the point
|
||||
* \param x X position of the point
|
||||
* \param y Y position of the point
|
||||
* \param z Z position of the point
|
||||
*
|
||||
* \remark If T is negative, it means that the point is in the opposite direction of the normal
|
||||
*
|
||||
@@ -319,7 +319,7 @@ namespace Nz
|
||||
* \brief Compares the plane to other one
|
||||
* \return true if the planes are the same
|
||||
*
|
||||
* \param vec Other vector to compare with
|
||||
* \param plane Other vector to compare with
|
||||
*
|
||||
* \remark Plane with normal N and distance D is the same than with normal -N et distance -D
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user