hostGetPerspective static method

double hostGetPerspective(
  1. Matrix4 matrix4
)

Implementation

static double hostGetPerspective(Matrix4 matrix4) => matrix4.entry(3, 2);