mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-20 01:06:01 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user