GVRFieldOfView Struct Reference
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["The `GVRFieldOfView` struct defines the field of view angles for a `GVREye`."],["It includes `left`, `right`, `top`, and `bottom` attributes, all represented as `CGFloat` values in degrees."],["These attributes specify the horizontal and vertical extents of the field of view."]]],["The `GVRFieldOfView` struct defines the field of view angles for a `GVREye`. It uses four `CGFloat` attributes, all in degrees: `left`, `right`, `top`, and `bottom`. These attributes represent the half field of view angles for each respective direction. The struct is used to hold and represent this directional field of view information.\n"]]