Show / Hide Table of Contents

Struct Point

Represents a location in a topology.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: DeBroglie
Assembly: DeBroglie.dll
Syntax
public struct Point

Constructors

| Edit this page View Source

Point(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 Source

X

Declaration
public int X
Field Value
Type Description
int
| Edit this page View Source

Y

Declaration
public int Y
Field Value
Type Description
int
| Edit this page View Source

Z

Declaration
public int Z
Field Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX