C# Class PointsData, Stereoscopic_Scatterplot

Inheritance: StatsData
Mostra file Open project: noahfreedman/Stereoscopic_Scatterplot Class Usage Examples

Public Properties

Property Type Description
name string
points List

Public Methods

Method Description
AddPoint ( Vector3 point ) : void
PointsData ( List vectors, string name = "Points" ) : System
PointsData ( List points, string name = "Points" ) : System
PointsData ( string name = "Points" ) : System

Method Details

AddPoint() public method

public AddPoint ( Vector3 point ) : void
point Vector3
return void

PointsData() public method

public PointsData ( List vectors, string name = "Points" ) : System
vectors List
name string
return System

PointsData() public method

public PointsData ( List points, string name = "Points" ) : System
points List
name string
return System

PointsData() public method

public PointsData ( string name = "Points" ) : System
name string
return System

Property Details

name public_oe property

public string name
return string

points public_oe property

public List points
return List