API Reference > geometry-core > CartesianGeometry > AngleProps AngleProps Type alias The Properties for a JSON representation of an Angle. If value is a number, it is in degrees. If value is an object, it can have either degrees or radians. AngleProps = { degrees: number } | { radians: number } | { _radians: number } | { _degrees: number } | number Defined in core/geometry/src/Geometry.ts Line 148 Last Updated: 15 June, 2021