applyMatrix method

dynamic applyMatrix(
  1. dynamic matrix
)

Implementation

applyMatrix(matrix) {
  print('THREE.LineSegmentsGeometry: applyMatrix() has been renamed to applyMatrix4().');

  return applyMatrix4(matrix);
}