Свойство | Тип | Описание | |
---|---|---|---|
IdentityMatrix | |||
sx | double |
Метод | Описание | |
---|---|---|
CreateInvert ( ) : |
||
CreateTranslation ( double x, double y ) : |
||
GetScale ( ) : double | ||
InverseTransform ( double &x, double &y ) : void | ||
IsIdentity ( ) : bool | ||
IsNotDegenerated ( double epsilon ) : bool | ||
NewMatix ( ) : |
||
NewMatix ( |
||
NewRotation ( double angRad ) : |
||
NewScaling ( double scale ) : |
||
NewScaling ( double x, double y ) : |
||
NewSkewing ( double x, double y ) : |
||
NewTranslation ( System.Vector2 offset ) : |
||
NewTranslation ( double x, double y ) : |
||
Transform ( double &x, double &y ) : void | ||
TransformToVxs ( VertexStore src, VertexStore outputVxs ) : VertexStore |
we do NOT store vxs, return original outputVxs
|
|
TransformToVxs ( VertexStoreSnap src, VertexStore outputVxs ) : VertexStore |
we do NOT store vxs, return original outputVxs
|
|
TranslateToVxs ( VertexStore src, double dx, double dy, VertexStore outputVxs ) : VertexStore |
we do NOT store vxs, return original outputVxs
|
|
operator ( ) : Affine |
Метод | Описание | |
---|---|---|
Affine ( |
||
Affine ( |
||
Affine ( |
||
Affine ( |
||
Affine ( double m ) : System | ||
Affine ( double v0_sx, double v1_shy, double v2_shx, double v3_sy, double v4_tx, double v5_ty ) : System | ||
CalculateDeterminantReciprocal ( ) : double | ||
MultiplyMatrix ( double &sx, double &sy, double &shx, double ­, double &tx, double &ty, |
||
NewIdentity ( ) : |
||
is_equal_eps ( double v1, double v2 ) : bool |
public CreateTranslation ( double x, double y ) : |
||
x | double | |
y | double | |
Результат |
public InverseTransform ( double &x, double &y ) : void | ||
x | double | |
y | double | |
Результат | void |
public IsNotDegenerated ( double epsilon ) : bool | ||
epsilon | double | |
Результат | bool |
public static NewMatix ( |
||
creationPlan | ||
Результат |
public static NewRotation ( double angRad ) : |
||
angRad | double | |
Результат |
public static NewScaling ( double scale ) : |
||
scale | double | |
Результат |
public static NewScaling ( double x, double y ) : |
||
x | double | |
y | double | |
Результат |
public static NewSkewing ( double x, double y ) : |
||
x | double | |
y | double | |
Результат |
public static NewTranslation ( System.Vector2 offset ) : |
||
offset | System.Vector2 | |
Результат |
public static NewTranslation ( double x, double y ) : |
||
x | double | |
y | double | |
Результат |
public Transform ( double &x, double &y ) : void | ||
x | double | |
y | double | |
Результат | void |
public TransformToVxs ( VertexStore src, VertexStore outputVxs ) : VertexStore | ||
src | VertexStore | |
outputVxs | VertexStore | |
Результат | VertexStore |
public TransformToVxs ( VertexStoreSnap src, VertexStore outputVxs ) : VertexStore | ||
src | VertexStoreSnap | |
outputVxs | VertexStore | |
Результат | VertexStore |
public static TranslateToVxs ( VertexStore src, double dx, double dy, VertexStore outputVxs ) : VertexStore | ||
src | VertexStore | |
dx | double | |
dy | double | |
outputVxs | VertexStore | |
Результат | VertexStore |
public static Affine,PixelFarm.Agg.Transform IdentityMatrix | ||
Результат |