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