Transformation.Multiply (Transformation, Point4D) Operator

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

Parameters

t
Transformation

The transformation

h
Point4D

The point

Return Value

Point4D

The transformed point.

.NET Framework

Supported in: 4.8

In this article

Definition