Represents a plane as a normal and offset. More...
#include <polyhedron_volume.hh>
Public Member Functions | |
Plane () | |
Initializes plane at z=0. More... | |
Public Attributes | |
ignition::math::Vector3d | normal |
Vector3 normal to plane. More... | |
float | offset |
Offset w.r.t. normal. More... | |
Represents a plane as a normal and offset.
Definition at line 29 of file polyhedron_volume.hh.
Plane::Plane | ( | ) |
Initializes plane at z=0.
Definition at line 24 of file polyhedron_volume.cc.
ignition::math::Vector3d buoyancy::Plane::normal |
Vector3 normal to plane.
Definition at line 35 of file polyhedron_volume.hh.
float buoyancy::Plane::offset |
Offset w.r.t. normal.
Definition at line 38 of file polyhedron_volume.hh.