wavefront-0.7.1.4: Wavefront OBJ loader
Copyright(C) 2015 Dimitri Sabadie
LicenseBSD3
MaintainerDimitri Sabadie <dimitri.sabadie@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Codec.Wavefront.Normal

Description

 
Synopsis

Documentation

data Normal Source #

A normal is a 3-floating vector. You can access to its components by pattern matching on them:

  let Normal nx ny nz = Normal 0.1 0.2 0.3

That type is strict and unboxed.

Constructors

Normal 

Fields

Instances

Instances details
Eq Normal Source # 
Instance details

Defined in Codec.Wavefront.Normal

Methods

(==) :: Normal -> Normal -> Bool #

(/=) :: Normal -> Normal -> Bool #

Show Normal Source # 
Instance details

Defined in Codec.Wavefront.Normal