V-ART
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
source
curve.cpp
Go to the documentation of this file.
1
5
#include "
vart/curve.h
"
6
7
void
VART::Curve::ApplyTransform
(
const
VART::Transform
& t)
8
{
9
unsigned
int
numCtrlPoints =
controlPoints
.size();
10
for
(
unsigned
int
i=0; i < numCtrlPoints; ++i)
11
t.
ApplyTo
(&
controlPoints
[i]);
12
}
VART::Transform::ApplyTo
void ApplyTo(Point4D *ptPoint) const
Applies tranformation to a point.
Definition:
transform.cpp:149
VART::Curve::controlPoints
std::vector< Point4D > controlPoints
Definition:
curve.h:30
VART::Curve::ApplyTransform
void ApplyTransform(const Transform &t)
Applies a transformation to all controlPoints.
Definition:
curve.cpp:7
VART::Transform
Geometric transformations.
Definition:
transform.h:24
curve.h
Header file for V-ART class "Curve".
Generated on Tue May 6 2014 15:09:54 for V-ART by
1.8.6