프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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). | |
리턴 | void |
public AddPoints ( |
||
x | The vector with the x values. | |
y | The vector with the y values. | |
z | The vector with the z values. | |
리턴 | void |
public AddValues ( double _x, double _y, double _z ) : void | ||
_x | double | |
_y | double | |
_z | double | |
리턴 | void |
public Deserialize ( byte content ) : |
||
content | byte | The binary representation. |
리턴 |
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. |
리턴 | PointTriple |
public this ( int index ) : Points |
||
index | int | The 0-based index of the series. |
리턴 | Points |