.. _package-rst-math: ================== Package rst.math ================== *Not documented* Messages ======== .. container:: mess4ge-multi .. container:: mess4ge-graph .. digraph:: message_graph fontname="Arial"; fontsize=11; stylesheet="../_static/graphs.css"; node [fontsize=11,fontname="Arial"] edge [fontsize=11,fontname="Arial"] "3" [label=<
Vec2DInt
INT32x
INT32y
>,shape=box,style=filled,fillcolor="white"]; "2" [label=<
Vec3DFloat
FLOAT32x
FLOAT32y
FLOAT32z
>,shape=box,style=filled,fillcolor="white"]; "1" [label=<
Vec2DFloat
FLOAT32x
FLOAT32y
>,shape=box,style=filled,fillcolor="white"]; .. container:: mess4ge-list .. container:: messages * :ref:`Vec2DFloat ` * :ref:`Vec3DFloat ` * :ref:`Vec2DInt ` .. container:: clearer clearer: should be made invisible via css .. _message-rst-math-vec2dfloat: Message Vec2DFloat ------------------ .. container:: message-rst-math-vec2dfloat-multi .. container:: message-rst-math-vec2dfloat-documentation .. py:class:: rst.math.Vec2DFloat A 2D vector with float entries. .. codeauthor:: Michael Goetting .. py:attribute:: x :type: :py:class:`FLOAT32` The X component of the vector. .. py:attribute:: y :type: :py:class:`FLOAT32` The Y component of the vector. .. container:: message-rst-math-vec2dfloat-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.15-merge-simulator/upstream/RST-0.15.0-Linux/share/rst0.15/proto/stable/rst/math/Vec2DFloat.proto :lines: 12-24 :language: protobuf :emphasize-lines: 6-6,11-11 .. _message-rst-math-vec3dfloat: Message Vec3DFloat ------------------ .. container:: message-rst-math-vec3dfloat-multi .. container:: message-rst-math-vec3dfloat-documentation .. py:class:: rst.math.Vec3DFloat A 3D vector with float entries. .. codeauthor:: Michael Goetting .. py:attribute:: x :type: :py:class:`FLOAT32` The X-component of the vector. .. py:attribute:: y :type: :py:class:`FLOAT32` The Y-component of the vector. .. py:attribute:: z :type: :py:class:`FLOAT32` The Z-component of the vector. .. container:: message-rst-math-vec3dfloat-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.15-merge-simulator/upstream/RST-0.15.0-Linux/share/rst0.15/proto/stable/rst/math/Vec3DFloat.proto :lines: 12-29 :language: protobuf :emphasize-lines: 6-6,11-11,16-16 .. _message-rst-math-vec2dint: Message Vec2DInt ---------------- .. container:: message-rst-math-vec2dint-multi .. container:: message-rst-math-vec2dint-documentation .. py:class:: rst.math.Vec2DInt A 2D vector with integer entries. .. codeauthor:: Michael Goetting .. py:attribute:: x :type: :py:class:`INT32` The X component of the vector. .. py:attribute:: y :type: :py:class:`INT32` The Y component of the vector. .. container:: message-rst-math-vec2dint-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.15-merge-simulator/upstream/RST-0.15.0-Linux/share/rst0.15/proto/stable/rst/math/Vec2DInt.proto :lines: 12-24 :language: protobuf :emphasize-lines: 6-6,11-11