C# Class HoloToolkit.Unity.BoundedPlane

Show file Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Public Properties

Property Type Description
Area float
Bounds OrientedBoundingBox
Plane UnityEngine.Plane

Public Methods

Method Description
BoundedPlane ( Transform xform ) : System

Builds the bounded plane to match the obb defined by xform

Method Details

BoundedPlane() public method

Builds the bounded plane to match the obb defined by xform
public BoundedPlane ( Transform xform ) : System
xform UnityEngine.Transform
return System

Property Details

Area public property

public float Area
return float

Bounds public property

public OrientedBoundingBox,HoloToolkit.Unity Bounds
return OrientedBoundingBox

Plane public property

public Plane,UnityEngine Plane
return UnityEngine.Plane