C# - Apply Matrix Transform to Vector2D

Hello. I’m trying to apply a AspectRation transformation to Vector2D typed point in C# plugin. The problem is Matrix4x4 don’t have Transform method, like System.Windows.Media.Matrix. Do i need to transform point by hands, or i missing something?

'’ operator should work
Matrix4x4
Vector2D

yes, the vmath namespace has lots of handy operators, klick on the vector/matrix type and check them out: pluginspecs/html/N_VVVV_Utils_VMath.htm