Table of Contents

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

centerRad float
rangeRad float

Properties

CenterRad

Center point in radians

public float CenterRad { get; }

Property Value

float

RangeRad

Allowed range from that center in radians

public float RangeRad { get; }

Property Value

float