TriangleN<TNumeric> Structure

Definition

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

Type Parameters

TNumeric

Constructors

TriangleN<TNumeric>Initializes a new instance of the TriangleN<TNumeric> class

Methods

Operators

Fields

A 
B 
C 

Explicit Interface Implementations

IProvider<IBinaryIO<TriangleN<TNumeric>>>.GetInstance() Returns an instance of T.
IProvider<IVariantRandom<TriangleN<TNumeric>>>.GetInstance() Returns an instance of T.
ISerializable.GetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.

See Also