public class NamedPointWorld extends Object
Constructor and Description |
---|
NamedPointWorld(String name) |
NamedPointWorld(String name,
double x,
double y,
double z) |
Modifier and Type | Method and Description |
---|---|
static String |
escape(String s) |
String |
getName() |
void |
set(double x,
double y,
double z) |
void |
setName(String newName) |
String |
toIGS() |
Point3d |
toPoint3d() |
String |
toString() |
String |
toXMLElement() |
String |
toYAML() |
NamedPointWorld |
transformWith(FastMatrix m) |
NamedPointWorld |
transformWith(OrderedTransformations o) |
static String |
unescape(String s) |
void |
unset() |
public NamedPointWorld(String name, double x, double y, double z)
public NamedPointWorld(String name)
public NamedPointWorld transformWith(FastMatrix m)
public NamedPointWorld transformWith(OrderedTransformations o)
public Point3d toPoint3d()
public String getName()
public String toXMLElement()
public String toYAML()
public void setName(String newName)
public void unset()
public void set(double x, double y, double z)
public String toIGS()
Copyright © 2015–2021 Fiji. All rights reserved.