C# Class BinaryFormatExtensions, vive-holojam

Afficher le fichier Open project: nyu-vr-research/vive-holojam

Méthodes publiques

Méthode Description
ReadLine ( this reader ) : makeLine.Line,
ReadLineFrame ( this s ) : List>
ReadLineSet ( this reader ) : List
ReadPoint ( this reader ) : makeLine.Point,
Write ( this writer, List &lframe ) : void
Write ( this writer, makeLine, l ) : void
WriteLineFrame ( this s, List &lframe ) : void
WriteLineFrame ( this s, makeLine, &mlines ) : void

Method Details

ReadLine() public static méthode

public static ReadLine ( this reader ) : makeLine.Line,
reader this
Résultat makeLine.Line,

ReadLineFrame() public static méthode

public static ReadLineFrame ( this s ) : List>
s this
Résultat List>

ReadLineSet() public static méthode

public static ReadLineSet ( this reader ) : List
reader this
Résultat List

ReadPoint() public static méthode

public static ReadPoint ( this reader ) : makeLine.Point,
reader this
Résultat makeLine.Point,

Write() public static méthode

public static Write ( this writer, List &lframe ) : void
writer this
lframe List
Résultat void

Write() public static méthode

public static Write ( this writer, makeLine, l ) : void
writer this
l makeLine,
Résultat void

WriteLineFrame() public static méthode

public static WriteLineFrame ( this s, List &lframe ) : void
s this
lframe List
Résultat void

WriteLineFrame() public static méthode

public static WriteLineFrame ( this s, makeLine, &mlines ) : void
s this
mlines makeLine,
Résultat void