TextureCoordinate4DF Structure |
Namespace: AGI.Foundation.Coordinates
The TextureCoordinate4DF type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextureCoordinate4DF(Single) |
Initializes a set of TextureCoordinate4DF coordinates from the first four consecutive elements in the provided array.
|
![]() | TextureCoordinate4DF(Single, Int32) |
Initializes a set of TextureCoordinate4DF coordinates from four consecutive elements in the provided array.
|
![]() | TextureCoordinate4DF(Single, Single, Single, Single) |
Initializes a TextureCoordinate4DF from four parameters.
|
Name | Description | |
---|---|---|
![]() | Item |
Gets the value of the specified element with index of 0, 1, 2, and 3 corresponding to the coordinates
S, T, P, and Q.
|
![]() | Length |
Gets the number of elements in this set of coordinates.
|
![]() | P |
Gets the p coordinate.
|
![]() | Q |
Gets the q coordinate.
|
![]() | S |
Gets the s coordinate.
|
![]() | T |
Gets the t coordinate.
|
![]() ![]() | Zero |
Gets a set of TextureCoordinate4DF parameters with values of zero.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(TextureCoordinate4DF) |
Indicates whether another instance of this type is exactly equal to this instance.
|
![]() | EqualsEpsilon |
Indicates whether each coordinate parameter of another instance of this type
is within the required tolerance of the corresponding coordinate parameter.
|
![]() | GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns if the two instances are exactly equal.
|
![]() ![]() | Inequality |
Returns if the two instances are not exactly equal.
|