| VertexPositionNormal Structure |
Namespace: DigitalRune.Graphics
The VertexPositionNormal type exposes the following members.
| Name | Description | |
|---|---|---|
| VertexPositionNormal |
Initializes a new instance of the VertexPositionNormal struct.
|
| Name | Description | |
|---|---|---|
| Equals |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Retrieves a string representation of this object.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Compares two objects to determine whether they are the same.
| |
| Inequality |
Compares two objects to determine whether they are different.
|
| Name | Description | |
|---|---|---|
| Normal |
The vertex normal vector.
| |
| Position |
The vertex position.
| |
| VertexDeclaration |
The vertex declaration.
|
| Name | Description | |
|---|---|---|
| SizeInBytes |
Gets the size of the VertexPositionNormal structure in bytes.
|
| Name | Description | |
|---|---|---|
| IVertexType.VertexDeclaration |
Gets the vertex declaration.
|