Class Vector2DListAccessor
Inheritance
System.Object
Vector2DListAccessor
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class Vector2DListAccessor : APIBase, IEquatable<APIBase>
Methods
CreateNewFromVectorList(IReadOnlyList<Vector2D>)
Declaration
public Vector2DListAccessor CreateNewFromVectorList(IReadOnlyList<Vector2D> list)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IReadOnlyList<Vector2D> |
list |
|
Returns
GetVectorList()
Declaration
public ReadOnlyCollection<Vector2D> GetVectorList()
Returns
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<Vector2D> |
|
Implements
System.IEquatable<T>
Extension Methods