Struct VertexGeometryDelta

VertexGeometryDelta structure

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

public struct VertexGeometryDelta : IEquatable<VertexGeometryDelta>, IVertexGeometry

Constructors

NameDescription
VertexGeometryDelta(IVertexGeometry)
VertexGeometryDelta(ref Vector3, ref Vector3, ref Vector3)

Methods

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

Fields

NameDescription
NormalDelta
PositionDelta
TangentDelta

See Also