Daylight v4.9
Release Date: 1 February 2008

Name

dt_zerocoord - zero the coordinates of an object

Generic Prototype

dt_zerocoord(dt_Handle) => dt_Boolean

C Prototype

#include "dt_depict.h"

dt_Boolean dt_zerocoord(dt_Handle object)

FORTRAN Prototype

include 'dt_f_depict.inc'

logical dt_f_zerocoord(object)

integer*4 object

Description

Zeros all of the (x,y) or (x,y,z) coordinates of the depiction or conformation object, respectively.

Return Value

Returns the success (TRUE) or failure (FALSE) of the operation.

Related Topics

dt_calcxy(3) dt_depict(3) dt_getcoord(3) dt_project(3) dt_rotate(3) dt_scale(3) dt_setcoord(3) dt_translate(3)