Offset method
Adds the specified vector to the minimum and maximum for each dimension.
Syntax
object.Offset(v);
Parameters
- v [in, ref]
-
Type: const CDXV_C
Vector to add.
Return value
This method does not return a value.
Show:
Adds the specified vector to the minimum and maximum for each dimension.
object.Offset(v);
Type: const CDXV_C
Vector to add.
This method does not return a value.