Class AngleConstraint
- Namespace
- Vintagestory.API.MathTools
- Assembly
- VintagestoryAPI.dll
public class AngleConstraint : Vec2f
- Inheritance
-
AngleConstraint
- Inherited Members
- Extension Methods
Constructors
AngleConstraint(float, float)
public AngleConstraint(float centerRad, float rangeRad)
Parameters
Properties
CenterRad
Center point in radians
public float CenterRad { get; }
Property Value
RangeRad
Allowed range from that center in radians
public float RangeRad { get; }