tec::Shape
#include <shape.hpp>
Public Functions
| Name | |
|---|---|
| void | Out(proto::Component * target) |
| void | In(const proto::Component & source) |
Public Attributes
| Name | |
|---|---|
| float[3] | half_extents |
| float | radius |
| float | height |
| proto::Shape::ShapeCase | shape_case |
Public Functions Documentation
function Out
inline void Out(
proto::Component * target
)
function In
inline void In(
const proto::Component & source
)
Public Attributes Documentation
variable half_extents
float[3] half_extents;
variable radius
float radius;
variable height
float height;
variable shape_case
proto::Shape::ShapeCase shape_case;
Updated on 2022-07-24 at 19:27:35 +0000