BulletCSharp.btAlignedObjectArrayNode.expand C# (CSharp) Method

expand() public method

public expand ( ) : Node
return Node
        public Node expand()
        {
            Node ret = new Node(BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_expand__SWIG_1(swigCPtr), false);
            return ret;
        }

Same methods

btAlignedObjectArrayNode::expand ( Node fillValue ) : Node