Class TopoUtil
Utility of handling Anchor.
public static class TopoUtil
- Inheritance
-
TopoUtil
- Inherited Members
Methods
Display(IGetAnchor, Bind, Dictionary<Anchor, Mat4d>)
Display to rendering canvas.
comp has to be IDisplayee to take effect.
public static void Display(this IGetAnchor comp, Bind bind, Dictionary<Anchor, Mat4d> matMap)
Parameters
compIGetAnchorcomponent
bindBindrendering bind
matMapDictionary<Anchor, Mat4d>matrix map
ExpandToBox3d(IGetAnchor, Box3d, Dictionary<Anchor, Mat4d>)
Expand to Box3d.
comp has to be IExpandToBox3d to take effect.
public static void ExpandToBox3d(this IGetAnchor comp, Box3d dst, Dictionary<Anchor, Mat4d> matMap)
Parameters
compIGetAnchorcomponent
dstBox3ddstination
matMapDictionary<Anchor, Mat4d>matrix map