RedViz-0.1.0.0: a library for realtime interactive 3D visualizations
Copyright(c) Vladimir Lopatin 2022
LicenseBSD-3-Clause
MaintainerVladimir Lopatin <madjestic13@gmail.com>
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.RedViz.PGeo

Description

Reading and parsing pgeo file format

Synopsis

Documentation

data PGeo Source #

Constructors

PGeo 

Fields

Instances

Instances details
Show PGeo Source # 
Instance details

Defined in Graphics.RedViz.PGeo

Methods

showsPrec :: Int -> PGeo -> ShowS #

show :: PGeo -> String #

showList :: [PGeo] -> ShowS #

ToJSON PGeo Source # 
Instance details

Defined in Graphics.RedViz.PGeo

FromJSON PGeo Source # 
Instance details

Defined in Graphics.RedViz.PGeo

data VGeo Source #

Constructors

VGeo 

Fields

Instances

Instances details
Show VGeo Source # 
Instance details

Defined in Graphics.RedViz.PGeo

Methods

showsPrec :: Int -> VGeo -> ShowS #

show :: VGeo -> String #

showList :: [VGeo] -> ShowS #

type Vec3 = (Double, Double, Double) Source #

TODO : replace Vec3 -> Vec4

Orphan instances

FromVector Vec3 Source # 
Instance details