py_tovec2i method

c11_vec2i py_tovec2i(
  1. py_Ref self
)

Implementation

c11_vec2i py_tovec2i(
  py_Ref self,
) {
  return _py_tovec2i(
    self,
  );
}