コード例 #1
0
ファイル: TransformShape.hpp プロジェクト: JesseTG/generator
	Edges edges() const noexcept { return shape_.edges(); }
コード例 #2
0
ファイル: TranslatePath.hpp プロジェクト: JesseTG/generator
	Edges edges() const noexcept { return transformPath_.edges(); }
コード例 #3
0
ファイル: KnotPath.hpp プロジェクト: ilmola/generator
 Edges edges() const noexcept {
     return parametricPath_.edges();
 }
コード例 #4
0
ファイル: RectangleShape.hpp プロジェクト: JesseTG/generator
	Edges edges() const noexcept { return mergeShape_.edges(); }