Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
export qrotation
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jun 19, 2018
1 parent d921fbb commit ad6568d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AbstractPlotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,11 @@ export Billboard

# Reexports of
# Color/Vector types convenient for 3d/2d graphics
export Quaternion, Quaternionf0, qrotation
export RGBAf0, RGBf0, VecTypes, RealVector, FRect, FRect2D, IRect2D
export FRect3D, IRect3D, Rect3D, Transformation
export IRect, FRect, Rect, Sphere, Circle
export Vec4f0, Vec3f0, Vec2f0, Point4f0, Point3f0, Point2f0, Quaternion, Quaternionf0
export Vec4f0, Vec3f0, Vec2f0, Point4f0, Point3f0, Point2f0
export Vec, Vec2, Vec3, Vec4, Point, Point2, Point3, Point4
#export (..) # reexport interval

Expand Down

0 comments on commit ad6568d

Please sign in to comment.