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?

1 Commento

What kind of transformations? Can you post an example?

Accedi per commentare.

 Risposta accettata

Matt J
Matt J il 12 Apr 2016
Wouldn't it just be
result = m*v;

1 Commento

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

Accedi per commentare.

Più risposte (0)

Categorie

Tag

Richiesto:

il 12 Apr 2016

Commentato:

il 15 Mar 2021

Community Treasure Hunt

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

Start Hunting!

Translated by