BulletCSharp.btMultiSphereShape.getSpherePosition C# (CSharp) Method

getSpherePosition() public method

public getSpherePosition ( int index ) : SWIGTYPE_p_btVector3
index int
return SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 getSpherePosition(int index)
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletCollisionPINVOKE.btMultiSphereShape_getSpherePosition(swigCPtr, index), false);
            return ret;
        }