Matrix3D.TranslatePrepend(Vector3D) Method

Definition

Prepends a translation of the specified offset to this Matrix3D structure.

public:
 void TranslatePrepend(System::Windows::Media::Media3D::Vector3D offset);
public void TranslatePrepend (System.Windows.Media.Media3D.Vector3D offset);
member this.TranslatePrepend : System.Windows.Media.Media3D.Vector3D -> unit
Public Sub TranslatePrepend (offset As Vector3D)

Parameters

offset
Vector3D

Vector3D that specifies the offset for transformation.

Applies to