Class DoublePoint3D
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class DoublePoint3D
Constructors
DoublePoint3D()
Declaration
public DoublePoint3D()
Fields
x
Declaration
public double x
Field Value
| Type | Description |
|---|---|
| double |
y
Declaration
public double y
Field Value
| Type | Description |
|---|---|
| double |
z
Declaration
public double z
Field Value
| Type | Description |
|---|---|
| double |
Methods
assign(double x, double y, double z)
Declaration
public final void assign(double x, double y, double z)
Parameters
| Type | Name | Description |
|---|---|---|
| double | x | |
| double | y | |
| double | z |
clear()
Declaration
public final void clear()