<< SL_InvertTM2D | SL_RotateTM2D >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_ScaleTM2D
NAME
SL_ScaleTM2D -- applies a scaling factor to a 2-d transformation matrix.
SYNOPSIS
SL_ScaleTM2D(tm, xscale, xunits, yscale, yunits);
A0 D0 D1 D2 D3
void SL_ScaleTM2D(TM2DHANDLE, LONG, ULONG, LONG, ULONG);
FUNCTION
INPUTS
tm - the 2-d tm to scale.
xscale - the numerator of the xscaling factor.
xunits- the denominator of the xscaling factor.
yscale - the numerator of the yscaling factor.
yunits- the denominator of the yscaling factor.
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_ScaleTM2D Command Section By Type url:SL_ScaleTM2D
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_ScaleTM2D | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_InvertTM2D | SL_RotateTM2D >> |
Top: Documentation Library | Up: SoftLogik App Library API |