C# Class org.diracvideo.Jirac.Vector

Show file Open project: mono/csdirac Class Usage Examples

Public Properties

Property Type Description
dc int[]
dx int[]
dy int[]
namespace_global bool
split int

Public Methods

Method Description
Scale ( int h_shift, int v_shift ) : Vector
ToString ( ) : string

Method Details

Scale() public method

public Scale ( int h_shift, int v_shift ) : Vector
h_shift int
v_shift int
return Vector

ToString() public method

public ToString ( ) : string
return string

Property Details

dc public property

public int[] dc
return int[]

dx public property

public int[] dx
return int[]

dy public property

public int[] dy
return int[]

namespace_global public property

public bool namespace_global
return bool

split public property

public int split
return int