[]
Initializes new instance of the Point3d class.
public Point3d()
Initializes new instance of the Point3d class.
public Point3d(float x, float y, float z)
| Type | Name | Description |
|---|---|---|
| float | x | The x- coordinate of the 3d point |
| float | y | The y- coordinate of the 3d point |
| float | z | The z- coordinate of the 3d point |
For internal use only.
public Point3d(string xml)
| Type | Name | Description |
|---|---|---|
| string | xml |
For internal use only.
public Point3d(string xml, GraphXmlSerializationContext context)
| Type | Name | Description |
|---|---|---|
| string | xml | |
| GraphXmlSerializationContext | context |