copyPerspective method

void copyPerspective(
  1. Matrix4 matrix4
)

Implementation

void copyPerspective(Matrix4 matrix4) =>
    setPerspective(matrix4.getPerspective());