C4 Engine Terathon Software C4 Engine API Documentation

• Physics Manager

API Links
Developer Links

class WaterGeometryObject

Defined in:  C4Water.h
The WaterGeometryObject class encapsulates data pertaining to a water geometry.
Definition

class WaterGeometryObject : public GeometryObject

Member Functions
WaterGeometryObject::GetGeometryCoord Returns the water geometry coordinates.
Constructor

WaterGeometryObject(const Integer2D& coord);

Parameters
coord The coordinates of the water geometry within the water block.
Description
Base Classes
GeometryObject A WaterGeometryObject is an object that can be shared by multiple water geometry nodes.
See Also

WaterGeometry

WaterController