public final class VertexPositionTexture extends ValueType implements IEquatable<VertexPositionTexture>, IVertexType
Constructor and Description |
---|
VertexPositionTexture(Vector3 position,
Vector2 textureCoordinate)
Initializes a new instance of the VertexPositionTexture class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Returns a value that indicates whether the current instance is equal to a specified object.
|
boolean |
Equals(VertexPositionTexture other)
Returns a value that indicates whether the current instance is equal to a specified VertexPositionTexture.
|
VertexDeclaration |
getVertexDeclaration()
Vertex declaration, which defines per-vertex data.
|
int |
hashCode()
Gets the hash code for this instance.
|
java.lang.String |
toString()
Retrieves a string representation of this object.
|
public VertexDeclaration getVertexDeclaration()
getVertexDeclaration
in interface IVertexType
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The Object to compare with the current VertexPositionTexture.public boolean Equals(VertexPositionTexture other)
Equals
in interface IEquatable<VertexPositionTexture>
other
- The VertexPositionTexture to compare with the current VertexPositionTexture.public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object