Public Member Functions | |
| Homogeneous3 () | |
| Homogeneous3 (float xx, float yy, float zz, float ww) | |
Public Attributes | |
| float | x |
| float | y |
| float | z |
| float | w |
Definition at line 66 of file nurbs.cpp.
| Homogeneous3::Homogeneous3 | ( | ) | [inline] |
| Homogeneous3::Homogeneous3 | ( | float | xx, | |
| float | yy, | |||
| float | zz, | |||
| float | ww | |||
| ) | [inline] |
| float Homogeneous3::x |
Definition at line 71 of file nurbs.cpp.
Referenced by Homogeneous3(), NURBSEvaluate(), NURBSEvaluateSurface(), and NURBS::Refine().
| float Homogeneous3::y |
Definition at line 71 of file nurbs.cpp.
Referenced by Homogeneous3(), NURBSEvaluate(), NURBSEvaluateSurface(), and NURBS::Refine().
| float Homogeneous3::z |
Definition at line 71 of file nurbs.cpp.
Referenced by Homogeneous3(), NURBSEvaluate(), NURBSEvaluateSurface(), and NURBS::Refine().
| float Homogeneous3::w |
Definition at line 71 of file nurbs.cpp.
Referenced by Homogeneous3(), NURBSEvaluate(), NURBSEvaluateSurface(), and NURBS::Refine().
1.5.6