Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddPoints ( |
Adds a series with points given in a matrix m.
|
|
AddPoints ( |
Adds a series with points given by 3 matrices.
|
|
AddValues ( double _x, double _y, double _z ) : void | ||
Deserialize ( byte content ) : |
Converts a set of bytes to a new instance.
|
|
Plot3DValue ( ) : System |
Creates a new instance.
|
|
Serialize ( ) : byte[] |
Converts the given instance to an array of bytes.
|
|
this ( int index, int point ) : PointTriple |
Gets a certain point of the specified series.
|
|
this ( int index ) : Points |
Gets the series at the specified index.
|
public AddPoints ( |
||
m | The matrix with the points (requires at least an Nx3 or 3xN matrix). | |
return | void |
public AddPoints ( |
||
x | The vector with the x values. | |
y | The vector with the y values. | |
z | The vector with the z values. | |
return | void |
public AddValues ( double _x, double _y, double _z ) : void | ||
_x | double | |
_y | double | |
_z | double | |
return | void |
public Deserialize ( byte content ) : |
||
content | byte | The binary representation. |
return |
public this ( int index, int point ) : PointTriple | ||
index | int | The 0-based index of the series. |
point | int | The 0-based index of the point. |
return | PointTriple |
public this ( int index ) : Points |
||
index | int | The 0-based index of the series. |
return | Points |