applyMatrix method

dynamic applyMatrix(
  1. dynamic matrix
)

Implementation

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

  return this.applyMatrix4(matrix);
}