Struct VertexGeometryDelta
VertexGeometryDelta structure
Defines a Vertex attribute with a Position, a Normal and a Tangent.
public struct VertexGeometryDelta : IEquatable<VertexGeometryDelta>, IVertexGeometry
Constructors
Name | Description |
---|---|
VertexGeometryDelta(IVertexGeometry) | |
VertexGeometryDelta(ref Vector3, ref Vector3, ref Vector3) |
Methods
Name | Description |
---|---|
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
Name | Description |
---|---|
NormalDelta | |
PositionDelta | |
TangentDelta |
See Also
- interface IVertexGeometry
- namespace Aspose.CAD.FileFormats.GLB.Geometry.VertexTypes
- assembly Aspose.CAD