Point3D.Multiply(Point3D, Matrix3D) Method

Definition

Transforms the specified Point3D structure by the specified Matrix3D structure.

public:
 static System::Windows::Media::Media3D::Point3D Multiply(System::Windows::Media::Media3D::Point3D point, System::Windows::Media::Media3D::Matrix3D matrix);
public static System.Windows.Media.Media3D.Point3D Multiply (System.Windows.Media.Media3D.Point3D point, System.Windows.Media.Media3D.Matrix3D matrix);
static member Multiply : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Media3D.Matrix3D -> System.Windows.Media.Media3D.Point3D
Public Shared Function Multiply (point As Point3D, matrix As Matrix3D) As Point3D

Parameters

point
Point3D

The Point3D structure to transform.

matrix
Matrix3D

The Matrix3D structure to use for the transformation.

Returns

A transformed Point3D structure, the result of transforming point by matrix.

Applies to

See also