Struct VertexPosition
VertexPosition structure
Defines a Vertex attribute with a Position.
public struct VertexPosition : IEquatable<VertexPosition>, IVertexGeometry
Constructors
| Name | Description |
|---|---|
| VertexPosition(IVertexGeometry) | |
| VertexPosition(ref Vector3) | |
| VertexPosition(float, float, float) |
Methods
| Name | Description |
|---|---|
| Add(ref VertexGeometryDelta) | |
| ApplyTransform(ref Matrix4x4) | |
| override Equals(object) | |
| Equals(VertexPosition) | |
| override GetHashCode() | |
| GetPosition() | |
| Subtract(IVertexGeometry) | |
| TryGetNormal(out Vector3) | |
| TryGetTangent(out Vector4) | |
| static AreEqual(ref VertexPosition, ref VertexPosition) | |
| operator == | |
| implicit operator | |
| operator != |
Fields
| Name | Description |
|---|---|
| Position |
See Also
- interface IVertexGeometry
- namespace Aspose.CAD.FileFormats.GLB.Geometry.VertexTypes
- assembly Aspose.CAD