BulletCSharp.btAlignedObjectArrayVector3.at C# (CSharp) Method

at() public method

public at ( int n ) : SWIGTYPE_p_btVector3
n int
return SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 at(int n)
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletCollisionPINVOKE.btAlignedObjectArrayVector3_at__SWIG_0(swigCPtr, n), false);
            return ret;
        }