mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: concatenating
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e3c1fb279e
commit
a40b21060d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue