Position |
The PositionNormalTextureVertex type exposes the following members.
Name | Description | |
---|---|---|
CalculateBoundingBox(PositionNormalTextureVertex) | CalculateBoundingBox calculates the BoundingBox from the specified array of PositionNormalTextureVertex. | |
CalculateBoundingBox(Span) | ||
CreateArray(Vector3, Vector3, Vector2) | CreateArray creates an array of PositionNormalTextureVertex from the specified positions, normals (can ben null) and textureCoordinates (can be null). | |
CreateArray(Vector3, Vector3, Vector2, BoundingBox) | CreateArray creates an array of PositionNormalTextureVertex from the specified positions, normals (can ben null) and textureCoordinates (can be null). | |
Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object)) | |
Equals(PositionNormalTextureVertex) | Determines whether the specified PositionNormalTextureVertex is equal to this instance. | |
Equals(PositionNormalTextureVertex) | Determines whether the specified PositionNormalTextureVertex is equal to this instance. | |
FillArray(PositionNormalTextureVertex, Vector3, Vector3, Vector2) | FillArray fills the specified array of PositionNormalTextureVertex with the specified positions, normals (can ben null) and textureCoordinates (can be null). The vertices array length must be at least the length of positions array. | |
FillArray(PositionNormalTextureVertex, Vector3, Vector3, Vector2, BoundingBox) | FillArray fills the specified array of PositionNormalTextureVertex with the specified positions, normals (can ben null) and textureCoordinates (can be null). The method also sets the BoundingBox. The vertices array length must be at least the length of positions array. | |
GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
ToString |
ToString
(Overrides ValueTypeToString) |