Method | Description | |
---|---|---|
Gizmo ( Device device ) : System.Collections.Generic |
Initializes a new instance of the Gizmo class.
|
|
checkForIntersection ( MouseEventArgs e, Matrix mat ) : axis |
Checks for intersection with a given mouse point. Pass the results from a call to System.Windows.Forms.MouseEventArgs()
|
|
draw ( float scale ) : void |
The draw.
|
Method | Description | |
---|---|---|
MeshPick ( float x, float y, Mesh mesh, Matrix mat ) : List |
The mesh pick.
|
|
createMovementGizmo ( ) : void |
The create movement gizmo.
|
|
setGizmo ( transform tForm ) : void |
The set gizmo.
|
public Gizmo ( Device device ) : System.Collections.Generic | ||
device | Device | The device. |
return | System.Collections.Generic |
public checkForIntersection ( MouseEventArgs e, Matrix mat ) : axis | ||
e | MouseEventArgs | The |
mat | Matrix | The mat. |
return | axis |