Method | Description | |
---|---|---|
AddLine ( Vector3 start, Vector3 end ) : void | ||
Draw ( Matrix View, Matrix Projection ) : void | ||
Load ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice gDevice ) : void |
public static AddLine ( Vector3 start, Vector3 end ) : void | ||
start | Vector3 | |
end | Vector3 | |
return | void |
public static Draw ( Matrix View, Matrix Projection ) : void | ||
View | Matrix | |
Projection | Matrix | |
return | void |
public static Load ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice gDevice ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
gDevice | GraphicsDevice | |
return | void |