| Package | Description |
|---|---|
| org.bimserver.bcf.visinfo |
| Modifier and Type | Field and Description |
|---|---|
protected Point |
PerspectiveCamera.cameraViewPoint |
protected Point |
OrthogonalCamera.cameraViewPoint |
protected Point |
Line.endPoint |
protected Point |
ClippingPlane.location |
protected Point |
Line.startPoint |
| Modifier and Type | Method and Description |
|---|---|
Point |
ObjectFactory.createPoint()
Create an instance of
Point |
Point |
PerspectiveCamera.getCameraViewPoint()
Gets the value of the cameraViewPoint property.
|
Point |
OrthogonalCamera.getCameraViewPoint()
Gets the value of the cameraViewPoint property.
|
Point |
Line.getEndPoint()
Gets the value of the endPoint property.
|
Point |
ClippingPlane.getLocation()
Gets the value of the location property.
|
Point |
Line.getStartPoint()
Gets the value of the startPoint property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerspectiveCamera.setCameraViewPoint(Point value)
Sets the value of the cameraViewPoint property.
|
void |
OrthogonalCamera.setCameraViewPoint(Point value)
Sets the value of the cameraViewPoint property.
|
void |
Line.setEndPoint(Point value)
Sets the value of the endPoint property.
|
void |
ClippingPlane.setLocation(Point value)
Sets the value of the location property.
|
void |
Line.setStartPoint(Point value)
Sets the value of the startPoint property.
|
Copyright © 2016 OpenSource BIM. All rights reserved.