Class PathBuilder
Inheritance
System.Object
PathBuilder
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public static class PathBuilder
Methods
|
Improve this Doc
View Source
Declaration
public static bool Approximately(this in Vector2 value, in Vector2 other)
Parameters
Type |
Name |
Description |
OpenToolkit.Mathematics.Vector2 |
value |
|
OpenToolkit.Mathematics.Vector2 |
other |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Circle(Int32)
Declaration
public static Vector2[] Circle(int slices = 8)
Parameters
Type |
Name |
Description |
System.Int32 |
slices |
|
Returns
Type |
Description |
OpenToolkit.Mathematics.Vector2[] |
|
|
Improve this Doc
View Source
Declaration
public static Vector2[] ClosePath(this Vector2[] points)
Parameters
Type |
Name |
Description |
OpenToolkit.Mathematics.Vector2[] |
points |
|
Returns
Type |
Description |
OpenToolkit.Mathematics.Vector2[] |
|
|
Improve this Doc
View Source
Quad()
Declaration
public static Vector2[] Quad()
Returns
Type |
Description |
OpenToolkit.Mathematics.Vector2[] |
|
|
Improve this Doc
View Source
Declaration
public static Vector3[] ToVector3(this Vector2[] points)
Parameters
Type |
Name |
Description |
OpenToolkit.Mathematics.Vector2[] |
points |
|
Returns
Type |
Description |
OpenToolkit.Mathematics.Vector3[] |
|