API ReferenceFacepunch.ActionGraphs.Nodes
public static abstract sealed class Facepunch.ActionGraphs.Nodes.Math
Nodes relating to numbers and geometry.
Related Guides
Broader workflow and conceptual references connected to this API.
Methods
Showing 15 methods
public static float Atan(float x)
public static float Atan2(float y, float x)
public static T Clamp(T value, T min, T max)
public static float Cos(float x)
public static T Max(T a, T b)
public static T Min(T a, T b)
public static float Sin(float x)
public static float Sqrt(float x)
public static float Tan(float x)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Facepunch.ActionGraphs.Nodes |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.Nodes.Math |