Skip to content

C2H5ClNode

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

Overview

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

@author Chris Malley (PixelZoom, Inc.)

Class C2H5ClNode

import { C2H5ClNode } from 'scenerystack/nitroglycerin';

Constructor

new C2H5ClNode( providedOptions? : C2H5ClNodeOptions )

Instance Methods

Type C2H5ClNodeOptions

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

MoleculeNodeOptions

Source Code

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