'Declaration Public MustOverride Function TransformVector( _
ByVal vectorThe vector to transform.As VintasoftVector3D _
) As VintasoftVector3D
public abstract VintasoftVector3D TransformVector(
VintasoftVector3D vector
)
public: abstract VintasoftVector3D TransformVector(
VintasoftVector3D vector
)
public:
abstract VintasoftVector3D TransformVector(
VintasoftVector3D vector
)
Parameters
- vector
- The vector to transform.
Return Value
The result of transforming vector by this VintasoftPoint3DTransform.