Hi, I am trying to convert a code from c++ to c# for oculus in unity.
How i can convert the following method
1. copy(v.begin(), v.end(), std::back_inserter(a));
2. how i can use Matrix4f which i used in c++ project that used ovr_math.h
any iDea??
thanks
How i can convert the following method
1. copy(v.begin(), v.end(), std::back_inserter(a));
2. how i can use Matrix4f which i used in c++ project that used ovr_math.h
any iDea??
thanks