Struct Point
Represents a location in a topology.
Namespace: DeBroglie
Assembly: DeBroglie.dll
Syntax
public struct Point
Constructors
| Edit this page View SourcePoint(int, int, int)
Declaration
public Point(int x, int y, int z = 0)
Parameters
Type | Name | Description |
---|---|---|
int | x | |
int | y | |
int | z |
Fields
| Edit this page View SourceX
Declaration
public int X
Field Value
Type | Description |
---|---|
int |
Y
Declaration
public int Y
Field Value
Type | Description |
---|---|
int |
Z
Declaration
public int Z
Field Value
Type | Description |
---|---|
int |