Sketcher: convert indentations to spaces

This commit is contained in:
luzpaz
2023-01-23 14:04:42 +00:00
committed by Uwe
parent b05813fc3d
commit 593ab90400
7 changed files with 9 additions and 10 deletions

View File

@@ -6552,7 +6552,7 @@ std::unique_ptr<const GeometryFacade> SketchObject::getGeometryFacade(int GeoId)
static gp_Vec2d ProjVecOnPlane_UV( const gp_Vec& V, const gp_Pln& Pl)
{
return gp_Vec2d( V.Dot(Pl.Position().XDirection()),
V.Dot(Pl.Position().YDirection()));
V.Dot(Pl.Position().YDirection()));
}
// Auxiliary Method: returns vector projection in UVN space of plane