py_tomat3x3 method

Pointer<c11_mat3x3> py_tomat3x3(
  1. py_Ref self
)

Implementation

ffi.Pointer<c11_mat3x3> py_tomat3x3(
  py_Ref self,
) {
  return _py_tomat3x3(
    self,
  );
}