brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
JointAxis
Interface JointAxis
A joint axis: a point on the axis line plus a direction.
interface
JointAxis
{
direction
:
Vec3
;
origin
:
Vec3
;
}
Index
Properties
direction
origin
Properties
Readonly
direction
direction
:
Vec3
Readonly
origin
origin
:
Vec3
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
origin
GitHub
npm
Getting Started
brepjs API Reference
Loading...
A joint axis: a point on the axis line plus a direction.