Euphoria
eu::AxisAngle Struct Reference

#include <axisangle.h>

Static Public Member Functions

static AxisAngle from_right_hand_around (const unit3f &axis, const Angle &angle)
 

Public Attributes

unit3f axis
 a unit-vector More...
 
Angle angle
 rotation according to right-hand rule More...
 

Detailed Description

Definition at line 10 of file axisangle.h.

Member Function Documentation

◆ from_right_hand_around()

AxisAngle eu::AxisAngle::from_right_hand_around ( const unit3f axis,
const Angle angle 
)
static

Definition at line 14 of file axisangle.cc.

Member Data Documentation

◆ angle

Angle eu::AxisAngle::angle

rotation according to right-hand rule

Definition at line 16 of file axisangle.h.

◆ axis

unit3f eu::AxisAngle::axis

a unit-vector

Definition at line 13 of file axisangle.h.


The documentation for this struct was generated from the following files: