Silk.NETS
Silk.NET•3y ago
Maxine

```cs public struct Vector3<T> : IEquatable<Vector3<T>>, IEquatable<Vector3>, ISpanFo

  public struct Vector3<T> : 
    IEquatable<Vector3<T>>,
    IEquatable<Vector3>,
    ISpanFormattable,
    IFormattable,
    INumber<Vector3<T>>,
    IComparable,
    IComparable<Vector3<T>>,
    IParsable<Vector3<T>>,
    ISpanParsable<Vector3<T>>,
    IAdditionOperators<Vector3<T>, Vector3<T>, Vector3<T>>,
    IAdditiveIdentity<Vector3<T>, Vector3<T>>,
    IComparisonOperators<Vector3<T>, Vector3<T>, bool>,
    IEqualityOperators<Vector3<T>, Vector3<T>, bool>,
    IDecrementOperators<Vector3<T>>,
    IDivisionOperators<Vector3<T>, Vector3<T>, Vector3<T>>,
    IIncrementOperators<Vector3<T>>,
    IModulusOperators<Vector3<T>, Vector3<T>, Vector3<T>>,
    IMultiplicativeIdentity<Vector3<T>, Vector3<T>>,
    IMultiplyOperators<Vector3<T>, Vector3<T>, Vector3<T>>,
    INumberBase<Vector3<T>>,
    ISubtractionOperators<Vector3<T>, Vector3<T>, Vector3<T>>,
    IUnaryNegationOperators<Vector3<T>, Vector3<T>>,
    IUnaryPlusOperators<Vector3<T>, Vector3<T>>,
    IUtf8SpanParsable<Vector3<T>>,
    <Vector3INumber>F96EB9B51332CCAADADD56E557ED32EC11F486DC726DA99D6B17A216020171786__IVec3,
    IUtf8SpanFormattable
    where T : INumber<T>

šŸ˜“
Was this page helpful?