Click or drag to resize

XForm Class

Transformation matrix
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3XForm

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class XForm

The XForm type exposes the following members.

Constructors
 NameDescription
Public methodXForm Creates a new instance initialized as an identity matrix.
Public methodXForm(Double) Creates a new instance initialized by the given values.
Top
Properties
 NameDescription
Public propertyA00 Sets/Gets the value at 0/0 of a 2x2 matrix.
Public propertyA01 Sets/Gets the value at 0/1 of a 2x2 matrix.
Public propertyA10 Sets/Gets the value at 1/0 of a 2x2 matrix.
Public propertyA11 Sets/Gets the value at 1/1 of a 2x2 matrix.
Public propertyAz Sets/Gets the value for Z.
Public propertyB Sets/Gets the offset.
Top
See Also