Class Vector2DListAccessor
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Vector2DListAccessor
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class Vector2DListAccessor : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Methods
CreateNewFromVectorList(IReadOnlyList<Vector2D>)
Declaration
public Vector2DListAccessor CreateNewFromVectorList(IReadOnlyList<Vector2D> list)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IReadOnlyList<Vector2D> | list |
Returns
Type | Description |
---|---|
Vector2DListAccessor |
GetVectorList()
Declaration
public ReadOnlyCollection<Vector2D> GetVectorList()
Returns
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<Vector2D> |
Implements
System.IEquatable<T>