Struct Line2
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public struct Line2
Constructors
| Improve this Doc View SourceLine2(Vector2, Vector2)
Declaration
public Line2(Vector2 a, Vector2 b)
Parameters
Type | Name | Description |
---|---|---|
OpenToolkit.Mathematics.Vector2 | a | |
OpenToolkit.Mathematics.Vector2 | b |
Fields
| Improve this Doc View SourceA
Declaration
public Vector2 A
Field Value
Type | Description |
---|---|
OpenToolkit.Mathematics.Vector2 |
B
Declaration
public Vector2 B
Field Value
Type | Description |
---|---|
OpenToolkit.Mathematics.Vector2 |