mirror of
https://github.com/google/pebble.git
synced 2025-11-20 06:20:56 -05:00
spelling: concatenating
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -171,7 +171,7 @@ bool gtransform_is_equal(const GTransform * const t1, const GTransform * const t
|
|||||||
//////////////////////////////////////
|
//////////////////////////////////////
|
||||||
//! Concatenates two transformation matrices and returns the resulting matrix in t1
|
//! Concatenates two transformation matrices and returns the resulting matrix in t1
|
||||||
//! The operation performed is t_new = t1*t2. This order is not commutative so be careful
|
//! The operation performed is t_new = t1*t2. This order is not commutative so be careful
|
||||||
//! when contactenating the matrices.
|
//! when concatenating the matrices.
|
||||||
//! Note t_new can safely be be the same pointer as t1 or t2.
|
//! Note t_new can safely be be the same pointer as t1 or t2.
|
||||||
//! @param t_new Pointer to destination transformation matrix
|
//! @param t_new Pointer to destination transformation matrix
|
||||||
//! @param t1 Pointer to transformation matrix to concatenate with t2 where t_new = t1*t2
|
//! @param t1 Pointer to transformation matrix to concatenate with t2 where t_new = t1*t2
|
||||||
|
|||||||
Reference in New Issue
Block a user