AARectangleNTNumeric Structure

Represents an axis-aligned (non-rotated) rectangle defined by its center and dimensions.

Definition

Namespace: Jodosoft.Geometry
Assembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
[SerializableAttribute]
public readonly struct AARectangleN<TNumeric> : IEquatable<AARectangleN<TNumeric>>, 
	IFormattable, IProvider<IBinaryIO<AARectangleN<TNumeric>>>, IProvider<IVariantRandom<AARectangleN<TNumeric>>>, 
	ISerializable
where TNumeric : struct, new(), INumeric<TNumeric>
Inheritance
Object    ValueType    AARectangleNTNumeric
Implements
IProviderIBinaryIOAARectangleNTNumeric, IProviderIVariantRandomAARectangleNTNumeric, IEquatableAARectangleNTNumeric, IFormattable, ISerializable

Type Parameters

TNumeric
The type of number used to specify the center and dimensions of the rectangle.

Constructors

AARectangleNTNumeric(Vector2NTNumeric, Vector2NTNumeric)Initializes a new instance of the AARectangleNTNumeric class
AARectangleNTNumeric(TNumeric, TNumeric, TNumeric, TNumeric)Initializes a new instance of the AARectangleNTNumeric class

Properties

Methods

Operators

Fields

Extension Methods

Explicit Interface Implementations

IProviderIBinaryIOAARectangleNTNumericGetInstance Returns an instance of T.
IProviderIVariantRandomAARectangleNTNumericGetInstance Returns an instance of T.
ISerializableGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.

See Also