currently editing the binder json
currently editing the binder json
unknown.png94.67KB

Vector2/3/4<T>area-System.NumericsSystem.MathSystem.MathSystem.SinglefaststrictMath.SinCosVector<T>Vector128/256<T>DXMathGLMSystem.NumericsMat4x4public static Rectangle<T> FromLTRB<T>(T left, T top, T right, T bottom)
where T : unmanaged, IFormattable, IEquatable<T>, IComparable<T>
{
Vector2<T> o = new(left, bottom);
return new Rectangle<T>(o, new Vector2<T>(top, right) - o);
}