Axiom.Core.ProgressiveMesh.PMVertex.SetDetails C# (CSharp) Method

SetDetails() private method

private SetDetails ( Vector3 &v, uint index ) : void
v Vector3
index uint
return void
			void SetDetails( ref Vector3 v, uint index )
			{
				position = v;
				this.index = index;
			}
			internal void RemoveIfNonNeighbor( PMVertex n )