set_camera_focal_length function

  1. @Native<Void Function(Pointer<Void>, Float)>(ffi.Pointer<ffi.Void>, ffi.Float)>()
void set_camera_focal_length(
  1. Pointer<Void> viewer,
  2. double focalLength
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Float)>()
external void set_camera_focal_length(
  ffi.Pointer<ffi.Void> viewer,
  double focalLength,
);