Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/scene_graph/OrientedLineRep.h
| /* SPDX-License-Identifier: GPL-2.0-or-later */ | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||
| #pragma once | #pragma once | ||||
| /** \file | /** \file | ||||
| * \ingroup freestyle | * \ingroup freestyle | ||||
| * \brief Class to display an oriented line representation. | * \brief Class to display an oriented line representation. | ||||
| */ | */ | ||||
| #include "LineRep.h" | #include "LineRep.h" | ||||
| #include "../system/FreestyleConfig.h" | |||||
| namespace Freestyle { | namespace Freestyle { | ||||
| class OrientedLineRep : public LineRep { | class OrientedLineRep : public LineRep { | ||||
| public: | public: | ||||
| OrientedLineRep() : LineRep() | OrientedLineRep() : LineRep() | ||||
| { | { | ||||
| } | } | ||||
| /** Builds a single line from 2 vertices | /** Builds a single line from 2 vertices | ||||
| Show All 28 Lines | |||||