Skip to content

C2H5OHNode

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/C2H5OHNode.ts for the most up-to-date information.

Overview

C2H5OH Molecule Structure is similar to C2H6, but with OH replacing one of the H's.

@author Chris Malley (PixelZoom, Inc.)

Class C2H5OHNode

import { C2H5OHNode } from 'scenerystack/nitroglycerin';

Constructor

new C2H5OHNode( providedOptions? : C2H5OHNodeOptions )

Instance Methods

Type C2H5OHNodeOptions

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

MoleculeNodeOptions

Source Code

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