Transformation.Multiply (Transformation, Point3D) Operator

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

Parameters

t
Transformation

The transformation

p
Point3D

The point

Return Value

Point3D

The transformed point.

.NET Framework

Supported in: 4.8

In this article

Definition