Click or drag to resize

TextureCoordinate4DF Structure

A Texture Coordinate with four parameters of type float.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public struct TextureCoordinate4DF : IEquatable<TextureCoordinate4DF>

The TextureCoordinate4DF type exposes the following members.

Constructors
  NameDescription
Public methodTextureCoordinate4DF(Single)
Initializes a set of TextureCoordinate4DF coordinates from the first four consecutive elements in the provided array.
Public methodTextureCoordinate4DF(Single, Int32)
Initializes a set of TextureCoordinate4DF coordinates from four consecutive elements in the provided array.
Public methodTextureCoordinate4DF(Single, Single, Single, Single)
Initializes a TextureCoordinate4DF from four parameters.
Top
Properties
  NameDescription
Public propertyItem
Gets the value of the specified element with index of 0, 1, 2, and 3 corresponding to the coordinates S, T, P, and Q.
Public propertyLength
Gets the number of elements in this set of coordinates.
Public propertyP
Gets the p coordinate.
Public propertyQ
Gets the q coordinate.
Public propertyS
Gets the s coordinate.
Public propertyT
Gets the t coordinate.
Public propertyStatic memberZero
Gets a set of TextureCoordinate4DF parameters with values of zero.
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(TextureCoordinate4DF)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEqualsEpsilon
Indicates whether each coordinate parameter of another instance of this type is within the required tolerance of the corresponding coordinate parameter.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also