Interface IVertexNormal
Namespace: Aximo.VertexData
Assembly: AxCommon.dll
Syntax
public interface IVertexNormal : IVertex
Properties
| Improve this Doc View SourceNormal
Declaration
Vector3 Normal { get; set; }
Property Value
Type | Description |
---|---|
OpenToolkit.Mathematics.Vector3 |
Methods
| Improve this Doc View SourceClone()
Declaration
IVertexNormal Clone()
Returns
Type | Description |
---|---|
IVertexNormal |