Vector3D.TransformBy Method

Transforms the 3D vector by the specified transformation.
Public Overrides Sub TransformBy( _ 
ByVal xform As Transformation
)
This language is not supported or no code example is available.
public override void TransformBy( 
Transformation xform 
)
This language is not supported or no code example is available.

Parameters

xform
Transformation

The transformation to be applied

.NET Framework

Supported in: 4.8

In this article

Definition