checkValidCartesian3()

Information

Implementation version: beta 1.09

Description

Check that an object corresponds to Cartesian coordinate values. If so, it will return a 'true'; and if not, a 'false'.

Invocation

checkValidCartesian3(coordinates)

Input parameters

coordinates

The object with Cartesian coordinates, following the schema: { x: 0.0, y: 0.0, z: 0.0 }

Use examples

Check a given coordinate:

checkValidCartesian3(
	{
		x: 4901985.674044613,
	 	y: -547412.8237694515, 
	 	z: 4034862.719291694
	}
)