• Preparing search index...
  • The search index is not available
@beetpx/beetpx - v0.55.0
  • @beetpx/beetpx
  • API
  • $v

Function $v

  • $v(value): BpxVector2d
  • A shorthand for BpxVector2d.of.

    Parameters

    • value: number

    Returns BpxVector2d

    Example

    $v(16); // same as `$v(16, 16)`
    
    • Defined in ../../src/shorthands.ts:302
  • $v(x, y): BpxVector2d
  • A shorthand for BpxVector2d.of.

    Parameters

    • x: number
    • y: number

    Returns BpxVector2d

    Example

    $v(16, 32);
    
    • Defined in ../../src/shorthands.ts:313

Settings

@beetpx/beetpx - v0.55.0
  • Loading...

Generated using TypeDoc