BulletCSharp.btAlignedObjectArrayVector3.expand C# (CSharp) Méthode

expand() public méthode

public expand ( ) : SWIGTYPE_p_btVector3
Résultat SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 expand()
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletCollisionPINVOKE.btAlignedObjectArrayVector3_expand__SWIG_1(swigCPtr), false);
            return ret;
        }

Same methods

btAlignedObjectArrayVector3::expand ( SWIGTYPE_p_btVector3 fillValue ) : SWIGTYPE_p_btVector3