Show / Hide Table of Contents

Class GeometricMath

Inheritance
System.Object
GeometricMath
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.Numerics
Assembly: AssetRipper.Numerics.dll
Syntax
public static class GeometricMath

Methods

| Improve this Doc View Source

AngleFrom3Points(Vector2, Vector2, Vector2)

Angle increase when 2nd line is moving in clockwise direction

Declaration
public static float AngleFrom3Points(Vector2 point1, Vector2 point2, Vector2 point3)
Parameters
Type Name Description
Vector2 point1
Vector2 point2
Vector2 point3
Returns
Type Description
System.Single

Angle in degrees

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾