@inweb/viewer-visualize
Preparing search index...
IPoint
Interface IPoint
Defines the 3D point.
interface
IPoint
{
x
:
number
;
y
:
number
;
z
:
number
;
}
Index
Properties
x
y
z
Properties
x
x
:
number
X coordinate.
y
y
:
number
Y coordinate.
z
z
:
number
Z coordinate.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
z
@inweb/viewer-visualize
Loading...
Defines the 3D point.