Tranform vertices by Matrix

I have to write a function that transforms a list of vertices by a matrix and returns a list of transformed vertices (same size). Any ideas on how to approach this problem?

 采纳的回答

Wouldn't it just be
result = m*v;

1 个评论

But what does one do when the vertices are stored in a 3x5 matrix and the transformation matrix is 3x3?

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by