brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
Plane
Interface Plane
Immutable plane defined by origin and three orthogonal direction vectors.
interface
Plane
{
origin
:
Vec3
;
xDir
:
Vec3
;
yDir
:
Vec3
;
zDir
:
Vec3
;
}
Index
Properties
origin
x
Dir
y
Dir
z
Dir
Properties
Readonly
origin
origin
:
Vec3
Readonly
x
Dir
xDir
:
Vec3
Readonly
y
Dir
yDir
:
Vec3
Readonly
z
Dir
zDir
:
Vec3
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
origin
x
Dir
y
Dir
z
Dir
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Immutable plane defined by origin and three orthogonal direction vectors.