Blender
V3.3
source
blender
freestyle
intern
scene_graph
VertexRep.cpp
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
8
#include "
VertexRep.h
"
9
10
namespace
Freestyle
{
11
12
void
VertexRep::ComputeBBox
()
13
{
14
setBBox
(
BBox<Vec3r>
(
Vec3r
(_coordinates[0], _coordinates[1], _coordinates[2]),
15
Vec3r
(_coordinates[0], _coordinates[1], _coordinates[2])));
16
}
17
18
}
/* namespace Freestyle */
VertexRep.h
Class to define the representation of a vertex for displaying purpose.
Freestyle::BBox
Definition:
BBox.h:21
Freestyle::Rep::setBBox
virtual void setBBox(const BBox< Vec3f > &iBox)
Definition:
Rep.h:135
Freestyle::VertexRep::ComputeBBox
virtual void ComputeBBox()
Definition:
VertexRep.cpp:12
Freestyle::Geometry::Vec3r
VecMat::Vec3< real > Vec3r
Definition:
Geom.h:28
Freestyle
inherits from class Rep
Definition:
AppCanvas.cpp:18
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1