API Reference > geometry-core > CartesianGeometry > Angle > isAlmostEqualRadiansAllowPeriodShift isAlmostEqualRadiansAllowPeriodShift MethodStatic Test if two radians values are equivalent, allowing shift by full circle (i.e. by a multiple of 2*PI) isAlmostEqualRadiansAllowPeriodShift(radiansA: number, radiansB: number): boolean Parameter Type Description radiansA number first radians value radiansB number second radians value Returns - boolean Defined in core/geometry/src/geometry3d/Angle.ts Line 241 Last Updated: 13 June, 2024