Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Params: typeof <internal>.Points.Params
StyleTypes: keyof typeof <internal>.Points.StyleTypes

Variables

Params: { alpha: <internal>.Numeric; clip: <internal>.Group<Normalize<{ objects: Normalize<{ invert: any; position: any; rotation: any; scale: any; type: any }>[]; variant: "/Users/joan/devel/rcsb-saguaro-3d/node_modules/molstar/lib/mol-util/clip" }>>; material: <internal>.Group<Normalize<{ bumpiness: number; metalness: number; roughness: number }>>; pointSizeAttenuation: BooleanParam; pointStyle: <internal>.Select<"circle" | "square" | "fuzzy">; quality: <internal>.Select<"auto" | "medium" | "high" | "low" | "custom" | "highest" | "higher" | "lower" | "lowest">; sizeFactor: <internal>.Numeric }

Type declaration

StyleTypeNames: ("circle" | "square" | "fuzzy")[]
StyleTypes: { circle: string; fuzzy: string; square: string }

Type declaration

  • circle: string
  • fuzzy: string
  • square: string

Functions

  • create(centers: Float32Array, groups: Float32Array, pointCount: number, points?: Points): Points
  • Parameters

    • centers: Float32Array
    • groups: Float32Array
    • pointCount: number
    • Optional points: Points

    Returns Points

  • Parameters

    Returns Points

  • Parameters

    Returns void

Generated using TypeDoc