Package boofcv.simulation
Class SimulatePlanarWorld.SurfaceRect
java.lang.Object
boofcv.simulation.SimulatePlanarWorld.SurfaceRect
- Enclosing class:
- SimulatePlanarWorld
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns bounding polygon of the rendered regionvoid
Computes the location of the surface's rectangle in the camera reference frame
-
Field Details
-
texture
-
width3D
public double width3D -
height3D
public double height3D -
visible
public boolean visibletrue if its visible
-
-
Constructor Details
-
SurfaceRect
public SurfaceRect()
-
-
Method Details
-
rectInCamera
public void rectInCamera()Computes the location of the surface's rectangle in the camera reference frame -
computeImageBoundingRect
Returns bounding polygon of the rendered region
-