Tanoda
Leap.Unity.Geometry.LocalPlane Struct Reference

A transformless Plane defined by a position and normal vector. More...

Public Member Functions

 LocalPlane (Vector3 position, Vector3 normal)
 
Plane With (Transform t)
 

Public Attributes

Vector3 position
 
Vector3 normal
 

Detailed Description

A transformless Plane defined by a position and normal vector.

Definition at line 20 of file LocalPlane.cs.

Constructor & Destructor Documentation

◆ LocalPlane()

Leap.Unity.Geometry.LocalPlane.LocalPlane ( Vector3  position,
Vector3  normal 
)

Definition at line 25 of file LocalPlane.cs.

Member Function Documentation

◆ With()

Plane Leap.Unity.Geometry.LocalPlane.With ( Transform  t)

Definition at line 30 of file LocalPlane.cs.

Member Data Documentation

◆ normal

Vector3 Leap.Unity.Geometry.LocalPlane.normal

Definition at line 23 of file LocalPlane.cs.

◆ position

Vector3 Leap.Unity.Geometry.LocalPlane.position

Definition at line 22 of file LocalPlane.cs.


The documentation for this struct was generated from the following file: