Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • dfc4d0e
  • /
  • OpenDXMacro
  • /
  • VelocityRTFtoXYZ2D.net
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:3a899ecbe06318808d992e03c546aeb2c39b4e9e
directory badge Iframe embedding
swh:1:dir:7f0f899308d348020cafd9df4ade1432ab1e1cd8
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
VelocityRTFtoXYZ2D.net
//
// time: Wed Sep 22 09:53:40 2004
//
// version: 3.2.0 (format), 4.3.2 (DX)
//
//
// Begin MDF
// MODULE VelocityRTFtoXYZ2D
// CATEGORY Macros
// DESCRIPTION new macro
// INPUT input_1; field; (no default);  
// OUTPUT output_1; value or value list or field;  
// End MDF
// workspace: width = 500, height = 400
// layout: snap = 0, width = 50, height = 50, align = NN
//
macro VelocityRTFtoXYZ2D(
 input_1
) -> (
 output_1
) {
    // 
    // node Input[23]: x = 0, y = 0, inputs = 0, label = Input
    // parameter: position = 1, name = 'input_1', value = ' ', descriptive = 0, description = ' ', required = 0, visible = 1
    //
VelocityRTFtoXYZ2D_Input_23_out_1 = input_1;
    // 
    // node Mark[20]: x = 89, y = 80, inputs = 2, label = Mark
    // input[2]: defaulting = 0, visible = 1, type = 32, value = "positions"
    //
VelocityRTFtoXYZ2D_Mark_20_out_1[cache: 0] = 
    Mark(
    VelocityRTFtoXYZ2D_Input_23_out_1,
    "positions"
    ) [instance: 20, cache: 1];
    // 
    // node Compute[87]: x = 0, y = 88, inputs = 3, label = Compute
    // input[1]: defaulting = 0, visible = 0, type = 32, value = "[$0.x*cos($1.x)*cos($1.y)-$0.y*sin($1.y),$0.x*cos($1.x)*sin($1.y)+$0.y*cos($1.y),-$0.x*sin($1.x)]"
    // expression: value = [v.x*cos(p.x)*cos(p.y)-v.y*sin(p.y),v.x*cos(p.x)*sin(p.y)+v.y*cos(p.y),-v.x*sin(p.x)]
    // name[2]: value = v
    // name[3]: value = p
    //
VelocityRTFtoXYZ2D_Compute_87_out_1[cache: 0] = 
    Compute(
    "[$0.x*cos($1.x)*cos($1.y)-$0.y*sin($1.y),$0.x*cos($1.x)*sin($1.y)+$0.y*cos($1.y),-$0.x*sin($1.x)]",
    VelocityRTFtoXYZ2D_Input_23_out_1,
    VelocityRTFtoXYZ2D_Mark_20_out_1
    ) [instance: 87, cache: 1];
    // 
    // node Output[18]: x = 0, y = 168, inputs = 1, label = Output
    // parameter: position = 1, name = 'output_1', value = ' ', descriptive = 0, description = ' ', required = 0, visible = 1
    //
output_1 = VelocityRTFtoXYZ2D_Compute_87_out_1;
// network: end of macro body
}
VelocityRTFtoXYZ2D_Input_23_out_1 = NULL;
VelocityRTFtoXYZ2D_Mark_20_out_1 = NULL;
VelocityRTFtoXYZ2D_Compute_87_out_1 = NULL;

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top