Class ShapeExtensions
Inheritance
System.Object
ShapeExtensions
Syntax
public static class ShapeExtensions
Methods
IsSpline(Vector3[], Boolean)
Declaration
public static bool IsSpline(this Vector3[] points, bool isOpenEnded)
Parameters
| Type |
Name |
Description |
| Vector3[] |
points |
|
| System.Boolean |
isOpenEnded |
|
Returns
| Type |
Description |
| System.Boolean |
|
ToPolygon(Vector3[], Boolean)
Declaration
public static Polygon ToPolygon(this Vector3[] points, bool isOpenEnded)
Parameters
| Type |
Name |
Description |
| Vector3[] |
points |
|
| System.Boolean |
isOpenEnded |
|
Returns
ToSpline(Polygon)
Declaration
public static Spline ToSpline(this Polygon polygon)
Parameters
| Type |
Name |
Description |
| Polygon |
polygon |
|
Returns
ToSpline(Vector3[], Boolean)
Declaration
public static Spline ToSpline(this Vector3[] points, bool isOpenEnded)
Parameters
| Type |
Name |
Description |
| Vector3[] |
points |
|
| System.Boolean |
isOpenEnded |
|
Returns