applyMatrix4 method

Line3 applyMatrix4(
  1. Matrix4 matrix
)

Implementation

Line3 applyMatrix4(Matrix4 matrix) {
  start.applyMatrix4(matrix);
  end.applyMatrix4(matrix);

  return this;
}