Ignore:
Timestamp:
06/06/18 01:45:18 (6 years ago)
Author:
Maciej Komosinski
Message:

A more complete implementation of fB, fH, fL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fH/fH_general.h

    r780 r797  
     1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
     2// Copyright (C) 1999-2018  Maciej Komosinski and Szymon Ulatowski.
     3// See LICENSE.txt for details.
     4
    15#ifndef _FH_GENERAL_H_
    26#define _FH_GENERAL_H_
     
    1418#define HANDLE_VECTOR_TYPE "f -1.0 1.0 0.0" ///<Vector values type definition
    1519#define STICKH_LENGTH_TYPE "f 0.001 1.999 1.0" ///<Length of stick handle. Minimum should not be equal to 0, because calculating direction of next part from current stick with length 0 would be impossible
    16 #define PART_PROPS_COUNT   4 ///<Count of part properties
    17 #define JOINT_PROPS_COUNT  3 ///<Count of joint properties
    18 #define PE_NEURO_DET       "d" ///<Id of details type definition in f0_neuro_paramtab
    19 #define PE_CONN_WEIGHT     "w" ///<Id of weight type definition in f0_neuroconn_paramtab
     20#define FH_PART_PROPS_COUNT   4 ///<Count of part properties
     21#define FH_JOINT_PROPS_COUNT  3 ///<Count of joint properties
     22#define FH_PE_NEURO_DET       "d" ///<Id of details type definition in f0_neuro_paramtab
     23#define FH_PE_CONN_WEIGHT     "w" ///<Id of weight type definition in f0_neuroconn_paramtab
    2024//@}
    2125
Note: See TracChangeset for help on using the changeset viewer.