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