Interface IVertexPosColor
Inherited Members
Namespace: Aximo.VertexData
Assembly: AxCommon.dll
Syntax
public interface IVertexPosColor : IVertexPosition3, IVertexPosition<Vector3>, IVertexColor, IVertex
Methods
| Improve this Doc View SourceClone()
Declaration
VertexDataPosColor Clone()
Returns
| Type | Description |
|---|---|
| VertexDataPosColor |
Set(IVertexPosColor)
Declaration
void Set(IVertexPosColor source)
Parameters
| Type | Name | Description |
|---|---|---|
| IVertexPosColor | source |
Set(VertexDataPosColor)
Declaration
void Set(VertexDataPosColor source)
Parameters
| Type | Name | Description |
|---|---|---|
| VertexDataPosColor | source |