applyMatrix3 method

Vector applyMatrix3(
  1. Matrix3 m
)

Implementation

Vector applyMatrix3(Matrix3 m) {
  throw('Not implimented in Vector type yet');
}