Blender
V4.3
source
blender
freestyle
intern
scene_graph
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
12
namespace
Freestyle
{
13
14
void
VertexRep::ComputeBBox
()
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 */
VertexRep.h
Class to define the representation of a vertex for displaying purpose.
Freestyle::BBox
Definition
BBox.h:23
Freestyle::Rep::setBBox
virtual void setBBox(const BBox< Vec3f > &iBox)
Definition
Rep.h:137
Freestyle::VertexRep::ComputeBBox
virtual void ComputeBBox()
Definition
VertexRep.cpp:14
Freestyle::Geometry::Vec3r
VecMat::Vec3< real > Vec3r
Definition
Geom.h:30
Freestyle
inherits from class Rep
Definition
AppCanvas.cpp:20
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0