Property | Type | Description | |
---|---|---|---|
Normal | Microsoft.Xna.Framework.Vector3 | ||
Position | Microsoft.Xna.Framework.Vector3 | ||
VertexDeclaration |
Property | Type | Description | |
---|---|---|---|
VertexPositionNormal | System.Runtime.InteropServices |
Method | Description | |
---|---|---|
Equals ( |
Indicates whether this instance and a specified object are equal.
|
|
Equals ( object obj ) : bool |
Indicates whether this instance and a specified object are equal.
|
|
GetHashCode ( ) : int |
Calculates the hash code representing the current instance.
|
|
ToString ( ) : string |
Returns a string representation of the vertex.
|
|
VertexPositionNormal ( Microsoft.Xna.Framework.Vector3 position, Microsoft.Xna.Framework.Vector3 normal ) : System.Runtime.InteropServices |
Initializes a new instance of the VertexPositionNormal struct.
|
|
operator ( ) : bool |
The equality operator for this vertex structure.
|
Method | Description | |
---|---|---|
VertexPositionNormal ( ) : System.Runtime.InteropServices |
Initializes static members of the VertexPositionNormal struct.
|
public Equals ( |
||
other | /// The object to compare this instance to. /// | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | /// The object to compare this instance to. /// |
return | bool |
public VertexPositionNormal ( Microsoft.Xna.Framework.Vector3 position, Microsoft.Xna.Framework.Vector3 normal ) : System.Runtime.InteropServices | ||
position | Microsoft.Xna.Framework.Vector3 | /// The position of the vertex. /// |
normal | Microsoft.Xna.Framework.Vector3 | /// The normal of the vertex. /// |
return | System.Runtime.InteropServices |
public Vector3,Microsoft.Xna.Framework Normal | ||
return | Microsoft.Xna.Framework.Vector3 |
public Vector3,Microsoft.Xna.Framework Position | ||
return | Microsoft.Xna.Framework.Vector3 |