Panda3D
Functions
nurbsSurfaceEvaluator.cxx File Reference

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

#include "nurbsSurfaceEvaluator.h"

Go to the source code of this file.

Functions

 PT (NurbsSurfaceResult) NurbsSurfaceEvaluator
 Returns a NurbsSurfaceResult 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
2003-10-10

Definition in file nurbsSurfaceEvaluator.cxx.

Function Documentation

◆ PT()

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

Fills the indicated vector with the set of vertices in the surface, transformed to the given space. This flavor returns the vertices in 4-dimensional homogenous space.

Vertices are arranged in linear sequence, with the v coordinate changing more rapidly. Fills the indicated vector with the set of vertices in the surface, transformed to the given space. This flavor returns the vertices in 3-dimensional space.

Vertices are arranged in linear sequence, with the v coordinate changing more rapidly. Creates a default knot vector.

Definition at line 191 of file nurbsSurfaceEvaluator.cxx.