getVectorFromMatrix method

dynamic getVectorFromMatrix(
  1. String type
)

Implementation

getVectorFromMatrix(String type) {
  return 'vec${type.substring(3)}';
}