CurvePicker::CurveHit Struct Reference


Detailed Description

Definition at line 196 of file curve.h.

#include <curve.h>

List of all members.

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

Constructor & Destructor Documentation

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 ( )

Member Data Documentation

Definition at line 204 of file curve.h.

Definition at line 207 of file curve.h.


The documentation for this struct was generated from the following file: