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

Expand() 공개 정적인 메소드

public static Expand ( float d ) : idBounds
d float
리턴 idBounds
		public static idBounds Expand(float d)
		{
			return idBounds.Expand(idBounds.Zero, d);
		}

Same methods

idBounds::Expand ( idBounds bounds, float d ) : idBounds