Struct VertexPositionNormalTangent

VertexPositionNormalTangent structure

Defines a Vertex attribute with a Position, a Normal and a Tangent.

public struct VertexPositionNormalTangent : IEquatable<VertexPositionNormalTangent>, IVertexGeometry

Constructors

NameDescription
VertexPositionNormalTangent(IVertexGeometry)
VertexPositionNormalTangent(ref Vector3, ref Vector3, ref Vector4)

Methods

NameDescription
Add(ref VertexGeometryDelta)
ApplyTransform(ref Matrix4x4)
override Equals(object)
Equals(VertexPositionNormalTangent)
override GetHashCode()
GetPosition()
Subtract(IVertexGeometry)
TryGetNormal(out Vector3)
TryGetTangent(out Vector4)
static AreEqual(ref VertexPositionNormalTangent, ref VertexPositionNormalTangent)
operator ==
implicit operator
operator !=

Fields

NameDescription
Normal
Position
Tangent

See Also