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