Blender V4.3
VertexRep.cpp
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2008-2022 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10#include "VertexRep.h"
11
12namespace Freestyle {
13
15{
16 setBBox(BBox<Vec3r>(Vec3r(_coordinates[0], _coordinates[1], _coordinates[2]),
17 Vec3r(_coordinates[0], _coordinates[1], _coordinates[2])));
18}
19
20} /* namespace Freestyle */
Class to define the representation of a vertex for displaying purpose.
virtual void setBBox(const BBox< Vec3f > &iBox)
Definition Rep.h:137
virtual void ComputeBBox()
Definition VertexRep.cpp:14
VecMat::Vec3< real > Vec3r
Definition Geom.h:30
inherits from class Rep
Definition AppCanvas.cpp:20