#include <curve.h>
Public Member Functions |
|
| CurveHit (MudboxCurve *pCurve, int iPointIndex, Vector point3D, Vector point2D, float distanceToMouse) | |
| CurveHit () | |
Public Attributes |
|
| MudboxCurve * | Curve |
| int | PointIndex |
| Vector | Point3D |
| Vector | Point2D |
| float | DistanceToMouse |
| CurveHit | ( | MudboxCurve * | pCurve, |
| int | iPointIndex, | ||
| Vector | point3D, | ||
| Vector | point2D, | ||
| float | distanceToMouse | ||
| ) | [inline] |
Definition at line 198 of file curve.h.
{ Curve = pCurve; PointIndex = iPointIndex; Point3D = point3D; Point2D = point2D; DistanceToMouse = distanceToMouse; }
| CurveHit | ( | ) |
| int PointIndex |
| float DistanceToMouse |