C# Class Visualizer.LabelledVector

Mostrar archivo Open project: omanamos/kinect-nao

Public Properties

Property Type Description
color Color
from Vector3
text String

Protected Properties

Property Type Description
effect Microsoft.Xna.Framework.Graphics.BasicEffect
vertices Microsoft.Xna.Framework.Graphics.VertexPositionColor[]

Public Methods

Method Description
Draw ( GraphicsDevice device, Matrix view, Matrix projection, SpriteBatch batch, SpriteFont font ) : void
LabelledVector ( Vector3 f, Vector3 t, Color c, String txt ) : System
Load ( GraphicsDevice device ) : void

Method Details

Draw() public method

public Draw ( GraphicsDevice device, Matrix view, Matrix projection, SpriteBatch batch, SpriteFont font ) : void
device GraphicsDevice
view Matrix
projection Matrix
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
font Microsoft.Xna.Framework.Graphics.SpriteFont
return void

LabelledVector() public method

public LabelledVector ( Vector3 f, Vector3 t, Color c, String txt ) : System
f Vector3
t Vector3
c Color
txt String
return System

Load() public static method

public static Load ( GraphicsDevice device ) : void
device GraphicsDevice
return void

Property Details

color public_oe property

public Color color
return Color

effect protected_oe static_oe property

protected static BasicEffect,Microsoft.Xna.Framework.Graphics effect
return Microsoft.Xna.Framework.Graphics.BasicEffect

from public_oe property

public Vector3 from
return Vector3

text public_oe property

public String text
return String

vertices protected_oe static_oe property

protected static VertexPositionColor[],Microsoft.Xna.Framework.Graphics vertices
return Microsoft.Xna.Framework.Graphics.VertexPositionColor[]