FieldTrip-0.2.2: Functional 3DSource codeContentsIndex
Graphics.FieldTrip.Point3
Stabilityexperimental
Maintainerconal@conal.net, andygill@ku.edu
Description
Points in 3D
Synopsis
type Point3 = Vertex3
point3 :: s -> s -> s -> Point3 s
origin3 :: Num s => Point3 s
point3Spherical :: Floating s => s -> s -> s -> Point3 s
point3SphericalCoords :: (InnerSpace s, Floating s, s ~ Scalar s) => Point3 s -> (s, s, s)
Documentation
type Point3 = Vertex3Source
Synonym for Vertex3, a 3D point, parameterized over coordinate type.
point3 :: s -> s -> s -> Point3 sSource
Construct a 3D point in rectangular coordinates.
origin3 :: Num s => Point3 sSource
point3Spherical :: Floating s => s -> s -> s -> Point3 sSource
Vector from spherical coordinates. See also vectorSphericalCoords.
point3SphericalCoords :: (InnerSpace s, Floating s, s ~ Scalar s) => Point3 s -> (s, s, s)Source
Spherical coordinates of a point. See also point3Spherical.
Produced by Haddock version 2.3.0