Aardvark.Data.Vrml97


VrmlHelpers

Various helper methods.

Static members

Static memberDescription
BuildVrmlGeometryTrafo(...)
Signature: (center:V3d * rotation:V4d * scale:V3d * scaleOrientation:V4d * translation:V3d) -> Trafo3d

Build a geometry transformation from the given parameters as specified in Transform http://gun.teipir.gr/VRML-amgem/spec/part1/nodesRef.html#Transform

BuildVrmlTextureTrafo(...)
Signature: (center:V2d * rotation:float * scale:V2d * translation:V2d) -> Trafo2d

Build a texture coordinate transformation from the given parameters as specified in TextureTransform http://gun.teipir.gr/VRML-amgem/spec/part1/nodesRef.html#TextureTransform

ExtractVrmlGeometryTrafo(m)
Signature: m:SymMapBase -> Trafo3d

Returns geometry transform from given node.

ExtractVrmlTextureTrafo(m)
Signature: m:SymMapBase -> Trafo2d

Extracts texture transform from given node.

Fork me on GitHub