'Declaration Public Overloads Overrides Function TransformVector( _
ByVal vectorThe vector to transform.As VintasoftVector3D _
) As VintasoftVector3D
public override VintasoftVector3D TransformVector(
VintasoftVector3D vector
)
public: VintasoftVector3D TransformVector(
VintasoftVector3D vector
); override
public:
VintasoftVector3D TransformVector(
VintasoftVector3D vector
); override
Parameters
- vector
- The vector to transform.
Return Value
The result of transforming vector by this VintasoftPoint3DAffineTransform.