Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-08-22 01:43:04 -07:00
parent ae65ce6693
commit 904ef7893c
202 changed files with 1884 additions and 1694 deletions

View File

@@ -430,7 +430,7 @@ bool ON_Plane::Transform( const ON_Xform& xform )
ON_3dPoint origin_pt = xform*origin;
// use care tranforming vectors to get
// use care transforming vectors to get
// maximum precision and the right answer
bool bUseVectorXform = ( 0.0 == xform.m_xform[3][0]
&& 0.0 == xform.m_xform[3][1]