Developer
  • SDK
  • Unity
  • Docs
  • Gallery
  •  Buy
  • Get Started
  • VR Setup
  • Unity
  • Docs
  • Forums
  • Gallery
  •  Buy
  • JavaScript
  • Unity
  • C#
  • C++
  • Java
  • Python
  • Objective-C
  • Unreal

LeapTransformΒΆ

Properties:

  • Identity
  • rotation
  • scale
  • translation
  • xBasis
  • yBasis
  • zBasis

Methods:

  • LeapTransform(Vector translation, LeapQuaternion rotation)
  • LeapTransform(Vector translation, LeapQuaternion rotation, Vector scale)
  • MirrorX()
  • MirrorZ()
  • TransformDirection(Vector direction)
  • TransformPoint(Vector point)
  • TransformQuaternion(LeapQuaternion rhs)
  • TransformVelocity(Vector velocity)
struct Leap::LeapTransform

The LeapTransform class represents a transform in three dimensional space.

Note that the LeapTransform class replaces the Leap.Matrix class.

Since
3.1.2

  • C# Docs (v3.2)
  • API Overview
  • Application Development
  • API Reference
    • Arm
    • Bone
    • ClockCorrelator
    • Config
    • Convenience Constants
    • Controller
    • Device
    • Controller Events
    • FailedDevice
    • Finger
    • Frame
    • Hand
    • Image
    • InteractionBox
    • LeapTransform
    • LeapQuaternion
    • Vector
  • Appendices