Main Page Class Hierarchy Compound List Compound Members Related Pages
PatternNormal Class ReferenceThis object implements a Normal.
More...
#include <Normal.h>
Inheritance diagram for PatternNormal
[legend]Collaboration diagram for PatternNormal:
[legend]List of all members.
Public Types |
| enum | { PROPERTY_PATTERN = 0x0200,
PROPERTY_SIZE = 0x0201
} |
Public Methods |
|
| DECLARE_CLASS (PatternNormal,Normal) |
|
| PatternNormal () |
|
virtual | ~PatternNormal () |
|
virtual void | setProperty (int nProperty,const Variant &vValue) |
|
virtual void | getProperty (int nProperty,Variant &vValue)const |
|
virtual void | acceptOperation (Visitor *pVisitor) |
|
void | setPattern (Pattern *newPattern) |
|
virtual Vector3 | getNormalVector (const Vector3 &normalVector,const Vector3 &point) |
Protected Attributes |
|
<Pattern> | pattern |
|
double | size |
Detailed Description
This object implements a Normal.
The disortion at a given point is calculated within a pattern object. -
See also:
-
Normal , Pattern
-
Author(s):
-
Stefan Michel
The documentation for this class was generated from the following file:
|