brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
Camera
Interface Camera
Immutable plain-object representation of a projection camera.
interface
Camera
{
direction
:
Vec3
;
position
:
Vec3
;
xAxis
:
Vec3
;
yAxis
:
Vec3
;
}
Index
Properties
direction
position
x
Axis
y
Axis
Properties
Readonly
direction
direction
:
Vec3
Readonly
position
position
:
Vec3
Readonly
x
Axis
xAxis
:
Vec3
Readonly
y
Axis
yAxis
:
Vec3
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
position
x
Axis
y
Axis
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Immutable plain-object representation of a projection camera.