Server.Point3DList.Point3DList C# (CSharp) Method

Point3DList() public method

public Point3DList ( )
		public Point3DList()
		{
			m_List = new Point3D[8];
			m_Count = 0;
		}