Interface IST_2DMatrix
Namespace: STTypes
Assembly: STTypes.dll
Syntax
[Guid("6A84CC78-A5E3-4952-824D-A218A3993602")]
public interface IST_2DMatrix
Properties
A
Declaration
double A { get; set; }
Property Value
Type | Description |
---|---|
double |
B
Declaration
double B { get; set; }
Property Value
Type | Description |
---|---|
double |
C
Declaration
double C { get; set; }
Property Value
Type | Description |
---|---|
double |
vT
Declaration
IST_2DPoint vT { get; set; }
Property Value
Type | Description |
---|---|
IST_2DPoint |
vX
Declaration
IST_2DPoint vX { get; set; }
Property Value
Type | Description |
---|---|
IST_2DPoint |
vY
Declaration
IST_2DPoint vY { get; set; }
Property Value
Type | Description |
---|---|
IST_2DPoint |
Methods
Assign(IST_2DMatrix)
Declaration
void Assign(IST_2DMatrix Matrix)
Parameters
Type | Name | Description |
---|---|---|
IST_2DMatrix | Matrix |