py_tovec3i method

c11_vec3i py_tovec3i(
  1. py_Ref self
)

Implementation

c11_vec3i py_tovec3i(
  py_Ref self,
) {
  return _py_tovec3i(
    self,
  );
}