Show / Hide Table of Contents

Class LineUtility

Inheritance
Object
LineUtility
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class LineUtility

Methods

| Improve this Doc View Source

Simplify(List<Vector2>, Single, List<Int32>)

Declaration
public static void Simplify(List<Vector2> points, float tolerance, List<int> pointsToKeep)
Parameters
Type Name Description
List<Vector2> points
Single tolerance
List<Int32> pointsToKeep
| Improve this Doc View Source

Simplify(List<Vector2>, Single, List<Vector2>)

Declaration
public static void Simplify(List<Vector2> points, float tolerance, List<Vector2> simplifiedPoints)
Parameters
Type Name Description
List<Vector2> points
Single tolerance
List<Vector2> simplifiedPoints
| Improve this Doc View Source

Simplify(List<Vector3>, Single, List<Int32>)

Declaration
public static void Simplify(List<Vector3> points, float tolerance, List<int> pointsToKeep)
Parameters
Type Name Description
List<Vector3> points
Single tolerance
List<Int32> pointsToKeep
| Improve this Doc View Source

Simplify(List<Vector3>, Single, List<Vector3>)

Declaration
public static void Simplify(List<Vector3> points, float tolerance, List<Vector3> simplifiedPoints)
Parameters
Type Name Description
List<Vector3> points
Single tolerance
List<Vector3> simplifiedPoints

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX