ProjectionCamera
Hierarchy
WrappingObj
<gp_Ax2
>↳
ProjectionCamera
Constructors
constructor
• new ProjectionCamera(position?
, direction?
, xAxis?
)
Parameters
Name | Type |
---|---|
position | Point |
direction | Point |
xAxis? | Point |
Overrides
Defined in
projection/ProjectionCamera.ts:58
Accessors
direction
• get
direction(): Vector
Returns
Defined in
projection/ProjectionCamera.ts:72
position
• get
position(): Vector
Returns
Defined in
projection/ProjectionCamera.ts:68
wrapped
• get
wrapped(): Type
Returns
Type
Inherited from
WrappingObj.wrapped
Defined in
• set
wrapped(newWrapped
): void
Parameters
Name | Type |
---|---|
newWrapped | Type |
Returns
void
Inherited from
WrappingObj.wrapped
Defined in
xAxis
• get
xAxis(): Vector
Returns
Defined in
projection/ProjectionCamera.ts:76
yAxis
• get
yAxis(): Vector
Returns
Defined in
projection/ProjectionCamera.ts:80
Methods
autoAxes
▸ autoAxes(): void
Returns
void
Defined in
projection/ProjectionCamera.ts:84
delete
▸ delete(): void
Returns
void
Inherited from
Defined in
lookAt
▸ lookAt(shape
): ProjectionCamera
Parameters
Name | Type |
---|---|
shape | Point | { boundingBox : BoundingBox } |
Returns
Defined in
projection/ProjectionCamera.ts:104
setPosition
▸ setPosition(position
): ProjectionCamera
Parameters
Name | Type |
---|---|
position | Point |
Returns
Defined in
projection/ProjectionCamera.ts:89
setXAxis
▸ setXAxis(xAxis
): ProjectionCamera
Parameters
Name | Type |
---|---|
xAxis | Point |
Returns
Defined in
projection/ProjectionCamera.ts:94
setYAxis
▸ setYAxis(yAxis
): ProjectionCamera
Parameters
Name | Type |
---|---|
yAxis | Point |