Panda3D
Functions
nurbsCurveEvaluator.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "nurbsCurveEvaluator.h"

Go to the source code of this file.

Functions

 PT (NurbsCurveResult) NurbsCurveEvaluator
 Returns a NurbsCurveResult object that represents the result of applying the knots to all of the current values of the vertices, transformed into the indicated coordinate space. More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2002-12-03

Definition in file nurbsCurveEvaluator.cxx.

Function Documentation

◆ PT()

PT ( NurbsCurveResult  )

Returns a NurbsCurveResult object that represents the result of applying the knots to all of the current values of the vertices, transformed into the indicated coordinate space.

Returns a NurbsCurveResult object that represents the result of applying the knots to all of the current values of the vertices, transformed into the indicated coordinate space, and then further transformed by the indicated matrix. Fills the indicated vector with the set of vertices in the curve, transformed to the given space. This flavor returns the vertices in 4-dimensional homogenous space. Fills the indicated vector with the set of vertices in the curve, transformed to the given space. This flavor returns the vertices in 3-dimensional space. Creates a default knot vector.

Definition at line 132 of file nurbsCurveEvaluator.cxx.