JxrPlatformAdapter.StereoSurfaceEntity.CanvasShape.Quad


public final class JxrPlatformAdapter.StereoSurfaceEntity.CanvasShape.Quad implements JxrPlatformAdapter.StereoSurfaceEntity.CanvasShape


A 2D rectangle-shaped canvas. Width and height are represented in the local spatial coordinate system of the entity. (0,0,0) is the center of the canvas.

Summary

Public fields

final float
final float

Public constructors

Quad(float width, float height)

Public fields

height

Added in 1.0.0-alpha02
public final float height

width

Added in 1.0.0-alpha02
public final float width

Public constructors

Quad

Added in 1.0.0-alpha02
public Quad(float width, float height)

Public methods