Sync changes from upstream repository

Co-authored-by: croudyj <croudyj@gmail.com>
Co-authored-by: Dale Lear <dalelear@mcneel.com>
Co-authored-by: Greg Arden <greg@mcneel.com>
Co-authored-by: Pierre Cuvilliers <pierre@mcneel.com>
Co-authored-by: Steve Baer <steve@mcneel.com>
This commit is contained in:
Bozo The Builder
2023-05-26 13:16:40 -07:00
parent 78002d48dd
commit ecfa0ff6d7
19 changed files with 836 additions and 488 deletions

View File

@@ -1447,6 +1447,11 @@ void ON_Sun::UseEarthAnchorPoint(ON_EarthAnchorPoint& eap)
_impl->_earth_anchor_point = &eap;
}
ON_SunEngine::Accuracy ON_Sun::Accuracy(void) const
{
return _impl->_accuracy;
}
void ON_Sun::SetAccuracy(ON_SunEngine::Accuracy acc)
{
_impl->_accuracy = acc;