Provides access to a limited 3D awareness for a 2D affine transformation.
Members
Name | Description | |
---|---|---|
GetZShift | The shift in the Z direction. | |
PutZShift | The shift in the Z direction. |
IZShift.GetZShift Method
The shift in the Z direction.
Public Sub GetZShift ( _
ByRef zOrigin As Double, _
ByRef zOffset As Double _
)
public void GetZShift (
ref double zOrigin,
ref double zOffset
);
IZShift.PutZShift Method
The shift in the Z direction.
Public Sub PutZShift ( _
ByVal zOrigin As Double, _
ByVal zOffset As Double _
)
public void PutZShift (
double zOrigin,
double zOffset
);
Classes that implement IZShift
Classes | Description |
---|---|
AffineTransformation2D | A two dimensional affine transformation. |