Class MeshNormalComponent
Inherited Members
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public class MeshNormalComponent : MeshComponent<Vector3>, IDynamicArray<Vector3>, IArray<Vector3>
Constructors
| Improve this Doc View SourceMeshNormalComponent()
Declaration
public MeshNormalComponent()
Methods
| Improve this Doc View SourceAddRange(IEnumerable<IVertex>)
Declaration
public override void AddRange(IEnumerable<IVertex> values)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<IVertex> | values |
Overrides
Aximo.MeshComponent<OpenToolkit.Mathematics.Vector3>.AddRange(System.Collections.Generic.IEnumerable<Aximo.VertexData.IVertex>)
|
Improve this Doc
View Source
CloneEmpty()
Declaration
public override MeshComponent CloneEmpty()
Returns
Type | Description |
---|---|
MeshComponent |
Overrides
Aximo.MeshComponent<OpenToolkit.Mathematics.Vector3>.CloneEmpty()