idTech4.idBounds.idBounds C# (CSharp) 메소드

idBounds() 공개 메소드

public idBounds ( Vector3 point ) : System
point Vector3
리턴 System
		public idBounds(Vector3 point)
		{
			this.Min = point;
			this.Max = point;
		}

Same methods

idBounds::idBounds ( Vector3 min, Vector3 max ) : System