get_camera_projection_matrix function

  1. @Native<Pointer<Double> Function(Pointer<Void>)>(ffi.Pointer<ffi.Void>)>()
Pointer<Double> get_camera_projection_matrix(
  1. Pointer<Void> viewer
)

Implementation

@ffi.Native<ffi.Pointer<ffi.Double> Function(ffi.Pointer<ffi.Void>)>()
external ffi.Pointer<ffi.Double> get_camera_projection_matrix(
  ffi.Pointer<ffi.Void> viewer,
);