mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-20 21:26:36 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -292,6 +292,12 @@ public:
|
||||
*/
|
||||
bool IsWcsBoxProjected() const;
|
||||
|
||||
/*
|
||||
Description:
|
||||
Evaluates WCS box projection at point pt with normal n.
|
||||
*/
|
||||
static ON_3dPoint WcsBoxMapping(const ON_3dPoint& pt, const ON_3dVector& n);
|
||||
|
||||
// If the m_mapping_channel_id value is one of the built-in
|
||||
// mappings listed in the MAPPING_CHANNEL enum, then that
|
||||
// mapping is used. Otherwise, if an object has rendering
|
||||
|
||||
Reference in New Issue
Block a user