Plane Interface Reference

Message for a plane geometry. More...


Detailed Description

Message for a plane geometry.


import "vector3d.proto";
import "vector2d.proto";

message PlaneGeom
{
  required Vector3d normal  = 1;
  optional Vector2d size    = 2;
  optional double d         = 3 [default = 0];
}

/// 

The documentation for this interface was generated from the following file: