<< SL_SetTM2D | SL_InvertTM2D >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_ConcateTM2D
NAME
SL_ConcateTM2D -- multplies two 2-D transformation matrices together.
SYNOPSIS
SL_ConcateTM2D(to, from);
A0 A1
void SL_ConcateTM2D(TM2DHANDLE, TM2DHANDLE);
FUNCTION
Multiplies the two matrices together. The order of the multplication
is to = to * from.
INPUTS
to - the tm that will hold the result.
from - the tm to combine with the to tm.
SEE ALSO
SL_ApplyTM2D, SL_CloneTM2D, SL_ConcateTM2D, SL_CopyTM2D, SL_CreateTM2D, SL_DeltaApplyTM2D, SL_FreeTM2D, SL_GetTM2D, SL_InitTM2D, SL_InverseApplyTM2D, SL_InverseDeltaApplyTM2D, SL_InvertTM2D, SL_RotateTM2D, SL_ScaleTM2D, SL_SetTM2D, SL_TranslateTM2D.
SL_ConcateTM2D Command Section By Type url:SL_ConcateTM2D
created:2008-03-01 23:36:37 last updated:2008-03-01 23:36:37
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_ConcateTM2D | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_SetTM2D | SL_InvertTM2D >> |
Top: Documentation Library | Up: SoftLogik App Library API |