Fix the typo though of dtVperp2D function comment

fix typo though
This commit is contained in:
ZA139 2022-10-10 09:29:52 +08:00 committed by Graham Pentheny
parent 3a1924e3b0
commit 314e94b692

View File

@ -319,7 +319,7 @@ inline float dtVdot2D(const float* u, const float* v)
/// Derives the xz-plane 2D perp product of the two vectors. (uz*vx - ux*vz) /// Derives the xz-plane 2D perp product of the two vectors. (uz*vx - ux*vz)
/// @param[in] u The LHV vector [(x, y, z)] /// @param[in] u The LHV vector [(x, y, z)]
/// @param[in] v The RHV vector [(x, y, z)] /// @param[in] v The RHV vector [(x, y, z)]
/// @return The prep dot product on the xz-plane. /// @return The perp dot product on the xz-plane.
/// ///
/// The vectors are projected onto the xz-plane, so the y-values are ignored. /// The vectors are projected onto the xz-plane, so the y-values are ignored.
inline float dtVperp2D(const float* u, const float* v) inline float dtVperp2D(const float* u, const float* v)