Transformation.Multiply (Transformation, Vector3D) Operator

Applies transformation to a 3D vector.
Public Shared Operator *( _ 
ByVal t As Transformation, _ 
ByVal v As Vector3D
) As Vector3D
This language is not supported or no code example is available.
public static Vector3D operator *( 
Transformation t
Vector3D v 
)
This language is not supported or no code example is available.

Parameters

t
Transformation

The transformation

v
Vector3D

The point

Return Value

Vector3D

The transformed vector.

.NET Framework

Supported in: 4.8

In this article

Definition