C# Class TOAPI.Types.XFORM

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
eDx float
eDy float
eM11 float
eM12 float
eM21 float
eM22 float

Public Methods

Method Description
XFORM ( XFORM a ) : System

Method Details

XFORM() public method

public XFORM ( XFORM a ) : System
a XFORM
return System

Property Details

eDx public property

public float eDx
return float

eDy public property

public float eDy
return float

eM11 public property

public float eM11
return float

eM12 public property

public float eM12
return float

eM21 public property

public float eM21
return float

eM22 public property

public float eM22
return float