For the complete documentation index, see llms.txt. This page is also available as Markdown.

TypingsKernel.KernelVector2f

typings/kernel.KernelVector2f

Table of contents

Properties

  • x

  • y

Methods

Properties

x

x: number


y

y: number

Methods

convertToKernelSpace

convertToKernelSpace(): void

Returns

void


convertToRoomleSpace

convertToRoomleSpace(): void

Returns

void


vectorInKernelSpace

vectorInKernelSpace(): KernelVector2f

Returns

KernelVector2f


vectorInRoomleSpace

vectorInRoomleSpace(): KernelVector2f

Returns

KernelVector2f

Last updated