Skip to content

HFNode

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/nitroglycerin/blob/main/js/nodes/HFNode.ts for the most up-to-date information.

Overview

HF Molecule

@author Chris Malley (PixelZoom, Inc.)

Class HFNode

import { HFNode } from 'scenerystack/nitroglycerin';

Constructor

new HFNode( providedOptions? : HFNodeOptions )

Instance Methods

Type HFNodeOptions

import type { HFNodeOptions } from 'scenerystack/nitroglycerin';

StrictOmit<HorizontalMoleculeNodeOptions, "direction" | "overlapPercent">

Source Code

See the source for HFNode.ts in the nitroglycerin repository.